Made changes to allow the package to build under STABLE. Also merged

changes from the spec and changes files being maintained for builds.
This commit is contained in:
Juan Carlos Luciani
2008-06-03 17:44:40 +00:00
parent 0c0642d759
commit 64bd51ab2c
4 changed files with 21 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ DEFINES += -D_LIB64
endif
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing $(INCLUDES) $(DEFINES)
LIBS = -lpthread -ldl -lexpat -lcurl -lidn -lssl -lcrypto -lz -lmicasa
LIBS = -lpthread -ldl -lexpat -lcurl -lssl -lcrypto -lz -lmicasa
LDFLAGS = -Bsymbolic -shared -Wl,-soname=$(MODULE_NAME).$(MODULE_EXT) -L$(ROOT)/lib/$(TARGET_CFG)
OBJDIR = ./$(TARGET_CFG)/$(LIB)

View File

@@ -64,7 +64,7 @@ SRC_CONF_FILE_NAME = Krb5Authenticate.conf
endif
CFLAGS += -Wno-format-extra-args -fno-strict-aliasing $(INCLUDES) $(DEFINES)
LIBS = -lpthread -lc -lgssapi
LIBS = -lpthread -lc -lgssglue
LDFLAGS = -Bsymbolic -shared -Wl,-soname=$(MODULE_NAME).$(MODULE_EXT) -L$(ROOT)/lib/$(TARGET_CFG)
OBJDIR = ./$(TARGET_CFG)/$(LIB)