From bf8903fa567e5c1b5d923c6f1c0aeb1d2fd1192a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Jun 2014 13:09:33 +0200 Subject: cleanup HOST_STYLE, use SYSROOT feature for pkgconf there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. --- package/libffi/patches/patch-configure_ac | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/libffi/patches/patch-configure_ac (limited to 'package/libffi/patches/patch-configure_ac') diff --git a/package/libffi/patches/patch-configure_ac b/package/libffi/patches/patch-configure_ac deleted file mode 100644 index 32be1a3f7..000000000 --- a/package/libffi/patches/patch-configure_ac +++ /dev/null @@ -1,14 +0,0 @@ ---- libffi-3.0.13.orig/configure.ac 2013-03-17 23:36:15.000000000 +0100 -+++ libffi-3.0.13/configure.ac 2013-12-05 15:58:33.000000000 +0100 -@@ -546,11 +546,6 @@ if test "x$GCC" = "xyes"; then - toolexecdir='$(libdir)/gcc-lib/$(target_alias)' - toolexeclibdir='$(libdir)' - fi -- multi_os_directory=`$CC -print-multi-os-directory` -- case $multi_os_directory in -- .) ;; # Avoid trailing /. -- ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; -- esac - AC_SUBST(toolexecdir) - else - toolexeclibdir='$(libdir)' -- cgit v1.2.3