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 /mythes | |
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 'mythes')
-rw-r--r-- | mythes/ExternalProject_mythes.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk index e88d793aaa4b..79755af0ad5f 100644 --- a/mythes/ExternalProject_mythes.mk +++ b/mythes/ExternalProject_mythes.mk @@ -21,8 +21,6 @@ $(call gb_ExternalProject_get_state_target,mythes,build): cd $(EXTERNAL_WORKDIR) \ && LIBS="$(gb_STDLIBS) $(LIBS)" ./configure --disable-shared --with-pic \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \ - HUNSPELL_CFLAGS=" $(HUNSPELL_CFLAGS)" \ - HUNSPELL_LIBS=" $(HUNSPELL_LIBS)" \ $(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \ && $(MAKE) \ && touch $@ |