Implemented spec file changes suggested by SuSE to make the

RPMs more solid.
This commit is contained in:
Juan Carlos Luciani
2006-10-02 17:49:58 +00:00
parent af226ee216
commit fa466d3af5
7 changed files with 68 additions and 89 deletions

View File

@@ -23,10 +23,14 @@
if DEBUG
TARGET_CFG = Debug
CFLAGS += -v -w
DEFINES = -DDBG
else
TARGET_CFG = Release
DEFINES = -DNDEBUG
endif
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing
SUBDIRS =
DIST_SUBDIRS =
@@ -51,7 +55,6 @@ CFILES = ../pam_authtoken.c
CSFILES_CSC :=
INCLUDES = -I. -I$(CASAINCLUDE) -I../../../include
RESOURCES =
DEFINES = -Wno-format-extra-args -fno-strict-aliasing
CFLAGS += $(INCLUDES) $(DEFINES)
LIBS = -lpthread -lpam -lcasa_s_authtoken