diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-08 15:47:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 23:34:26 +0200 |
commit | 3c38b7727a3deab37c5e9b822cec53c081e2b6e3 (patch) | |
tree | 61b40e23ba463a235d7bc41028630a068f3c4fe2 /liborcus | |
parent | e567baf92c0fc71e862a2cf07e029576ee36cd77 (diff) |
zlib: remove ExternalPackage_zlib
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
Diffstat (limited to 'liborcus')
-rw-r--r-- | liborcus/ExternalProject_liborcus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk index 5d1123707213..6808ec3e39b2 100644 --- a/liborcus/ExternalProject_liborcus.mk +++ b/liborcus/ExternalProject_liborcus.mk @@ -46,7 +46,7 @@ ifeq ($(COM),MSC) liborcus_CPPFLAGS+=-DBOOST_ALL_NO_LIB endif ifeq ($(SYSTEM_ZLIB),NO) -liborcus_CPPFLAGS+=-I$(OUTDIR)/inc/external/zlib +liborcus_CPPFLAGS+=$(ZLIB_CFLAGS) endif # # OSes that use the GNU C++ library need to use -D_GLIBCXX_DEBUG in |