Alexander Pyhalov
2018-01-27 98ccbc4aa1d35735b4a9145566b2becab70f1120
xz: fix runpath
1 files modified
5 ■■■■■ changed files
components/archiver/xz/Makefile 5 ●●●●● patch | view | raw | blame | history
components/archiver/xz/Makefile
@@ -24,6 +24,7 @@
COMPONENT_NAME=        xz
COMPONENT_VERSION=    5.2.3
COMPONENT_REVISION=    1
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=    http://tukaani.org/xz/
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
@@ -40,6 +41,10 @@
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
CONFIGURE_OPTIONS +=            --disable-rpath
CONFIGURE_ENV.64 +=             LT_SYS_LIBRARY_PATH="/lib/$(MACH64):/usr/lib/$(MACH64)"
COMPONENT_TEST_DIR =            $(@D)/tests
# Master test results are the same for 32-bit and 64-bit, so override