Ensure pkg-config pulls in all the curl libs we need

This commit is contained in:
Chris Young 2014-02-04 23:56:17 +00:00
parent 94f10fa0c0
commit 8be1ebafd6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ else
CFLAGS += $(shell $(PKG_CONFIG) --cflags libcurl openssl) CFLAGS += $(shell $(PKG_CONFIG) --cflags libcurl openssl)
CFLAGS += $(shell $(PKG_CONFIG) --cflags tre libdom libcss) CFLAGS += $(shell $(PKG_CONFIG) --cflags tre libdom libcss)
LDFLAGS += $(shell $(PKG_CONFIG) --libs libcurl openssl) LDFLAGS += $(shell $(PKG_CONFIG) --static --libs libcurl openssl)
LDFLAGS += $(shell $(PKG_CONFIG) --libs tre libdom libcss) LDFLAGS += $(shell $(PKG_CONFIG) --libs tre libdom libcss)
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib