]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
apt: fix rpath error during configure
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 10 May 2016 19:56:29 +0000 (21:56 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Oct 2017 02:38:27 +0000 (04:38 +0200)
| checking for shared library run path origin... /bin/sh: ../apt-1.0.10.1/buildlib/config.rpath: No such file or directory

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-devtools/apt/apt_1.0.10.1.bb

index 5337d6742ff19993be0c7c9c56388d202f5d9e7e..77d4313ca41428d51593cf9bf88982c87d484691 100644 (file)
@@ -27,7 +27,10 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/"
 
 inherit autotools gettext update-alternatives
 
+AUTOTOOLS_AUXDIR = "${S}/buildlib"
+
 EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
+EXTRA_OECONF = "--disable-rpath"
 EXTRA_OEMAKE = "DOCBOOK2TEXT=cat"
 CACHED_CONFIGUREVARS = " \
     ac_cv_path_DOT= \