From 23198ec282d7fea2c6fffa8a76dbd719248a7c60 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 8 Jan 2022 03:47:27 +0000 Subject: [PATCH] libirman: remove RPATH --- packages/devel/libirman/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/devel/libirman/package.mk b/packages/devel/libirman/package.mk index 7433065702..316e553509 100644 --- a/packages/devel/libirman/package.mk +++ b/packages/devel/libirman/package.mk @@ -16,6 +16,10 @@ PKG_BUILD_FLAGS="+pic -parallel" PKG_CONFIGURE_OPTS_TARGET="--disable-swtest" +post_configure_target() { + libtool_remove_rpath libtool +} + post_makeinstall_target() { rm -rf ${INSTALL}/usr/bin }