fix(core): fixed linked and packaging for zip->libzip work

This commit is contained in:
Ludovic Marcotte
2020-06-12 14:09:33 -04:00
parent 04673e4673
commit 0e95de31cf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ endif
ADDITIONAL_TOOL_LIBS += -Lobj -lSOGo$(LIBRARY_NAME_SUFFIX)
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
ADDITIONAL_LDFLAGS += -lmemcached
ADDITIONAL_LDFLAGS += -lmemcached -lzip
-include GNUmakefile.preamble
ifneq ($(FHS_INSTALL_ROOT),)