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 =
@@ -55,7 +59,6 @@ CFILES = ../config.c \
CSFILES_CSC :=
INCLUDES = -I. -I.. -I$(CASAINCLUDE) -I../../../include
RESOURCES =
DEFINES = -fno-strict-aliasing
if LIB64
DEFINES += -D_LIB64
endif