diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-09 14:20:42 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-09 17:37:01 +0100 |
commit | cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891 (patch) | |
tree | ba383bf53ba0184c5c7810a5f829bf57f94dd867 /libvisio | |
parent | 5f78685ebf4be192cbf5168424e5ca98bbe48d6f (diff) |
configure: define FOO_CFLAGS/FOO_LIBS so that they are never empty
This allows us to simply pass the already exported variables to invoked
configures, where the non-empty values will override the detection logic
there.
Change-Id: I7353a313814c58922e34843aeae380e5afa442ca
Diffstat (limited to 'libvisio')
-rw-r--r-- | libvisio/ExternalProject_libvisio.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libvisio/ExternalProject_libvisio.mk b/libvisio/ExternalProject_libvisio.mk index 8abe6398a49b..637a4a046ae8 100644 --- a/libvisio/ExternalProject_libvisio.mk +++ b/libvisio/ExternalProject_libvisio.mk @@ -56,14 +56,6 @@ else $(call gb_ExternalProject_get_state_target,libvisio,build) : cd $(EXTERNAL_WORKDIR) \ && PKG_CONFIG="" \ - WPD_CFLAGS=" $(WPD_CFLAGS)" \ - WPD_LIBS=" $(WPD_LIBS)" \ - WPG_CFLAGS=" $(WPG_CFLAGS)" \ - WPG_LIBS=" $(WPG_LIBS)" \ - LIBXML_CFLAGS=" $(LIBXML_CFLAGS)" \ - LIBXML_LIBS=" $(LIBXML_LIBS)" \ - ZLIB_CFLAGS=" $(ZLIB_CFLAGS)" \ - ZLIB_LIBS=" $(ZLIB_LIBS)" \ ./configure \ --with-pic \ --enable-static \ |