]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/libxslt: fix static build
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 28 Mar 2016 21:09:23 +0000 (23:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Mar 2016 00:57:41 +0000 (02:57 +0200)
Set --with-libxml-libs-prefix so libtool finds the correct dependencies for
libxml2.

Fixes:
http://autobuild.buildroot.net/results/3f8/3f8d876ed6cfe6e73a75fa8904ebdd3f6f0fe53c/

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libxslt/libxslt.mk

index 2e5cc14b54239c0da89d9df306417552237a2885..0cc4bb960b9f117a6dbb183c984b3831a0b31309 100644 (file)
@@ -14,7 +14,8 @@ LIBXSLT_CONF_OPTS = \
        --with-gnu-ld \
        --without-debug \
        --without-python \
-       --with-libxml-prefix=$(STAGING_DIR)/usr/
+       --with-libxml-prefix=$(STAGING_DIR)/usr/ \
+       --with-libxml-libs-prefix=$(STAGING_DIR)/usr/lib
 LIBXSLT_CONFIG_SCRIPTS = xslt-config
 LIBXSLT_DEPENDENCIES = libxml2