From: Michael Tremer Date: Sun, 14 Feb 2010 22:18:01 +0000 (+0100) Subject: rrdtool: Fix rpath in python module. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa44e2f58864ddb88b3dd6fdac540b63e9bda30e;p=ipfire-3.x.git rrdtool: Fix rpath in python module. --- diff --git a/pkgs/core/rrdtool/rrdtool.nm b/pkgs/core/rrdtool/rrdtool.nm index 8bd3f50fb..216e0d078 100644 --- a/pkgs/core/rrdtool/rrdtool.nm +++ b/pkgs/core/rrdtool/rrdtool.nm @@ -56,6 +56,11 @@ CONFIGURE_OPTIONS += \ --enable-python \ --enable-latin2 +define STAGE_PREPARE_CMDS + # Remove rpath + cd $(DIR_APP) && sed -e "s/--rpath=.* &/\&/" -i bindings/Makefile.* +endef + define STAGE_INSTALL_CMDS # Remove unused files rm -rvf $(BUILDROOT)/usr/share/rrdtool/examples