summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-03 14:15:37 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-03 14:47:30 +0200
commitfc1eaf33e01872cab3c9cdc534de12b32d028899 (patch)
tree786061a9dedb5352763b6f88ccc58fc9dc1f4cf8 /libxslt
parent7be158cd53aa7d05a903f566d6148dbfae6e3fbb (diff)
libxml2: remove usage of dmake remnant LIBXML2LIB
Change-Id: I8a4f298af99f3415b0ef7a3fc5d69642b5b71f62
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/ExternalProject_xslt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/ExternalProject_xslt.mk b/libxslt/ExternalProject_xslt.mk
index 15247dfc7029..357ae780762a 100644
--- a/libxslt/ExternalProject_xslt.mk
+++ b/libxslt/ExternalProject_xslt.mk
@@ -49,7 +49,7 @@ $(call gb_ExternalProject_get_state_target,xslt,build):
$(if $(filter TRUE,$(DISABLE_DYNLOADING)), \
$(if $(filter IOS,$(OS)),LIBS="-liconv") \
--disable-shared,--disable-static) \
- $(if $(filter NO,$(SYSTEM_LIBXML)),--with-libxml-prefix=$(OUTDIR) LIBXML2LIB=-lxml2) \
+ $(if $(filter NO,$(SYSTEM_LIBXML)),--with-libxml-prefix=$(OUTDIR)) \
&& chmod 777 xslt-config \
&& $(MAKE) \
)