Implemented spec file changes suggested by SuSE to make the
RPMs more solid.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user