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 = | ||||
| @@ -53,7 +57,6 @@ CFILES = ../mod_authn_casa.c | ||||
| CSFILES_CSC := | ||||
| INCLUDES = -I. -I$(ROOT)/include -I$(APACHEINCLUDE) -I$(APRINCLUDE) | ||||
| RESOURCES = | ||||
| DEFINES = -Wno-format-extra-args -fno-strict-aliasing | ||||
|  | ||||
| CFLAGS += $(INCLUDES) $(DEFINES) -D_LARGEFILE64_SOURCE | ||||
| LIBS = -lpthread -lcasa_s_authtoken -lapr-1 -laprutil-1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user