From: Michael Tremer Date: Sat, 10 Apr 2010 22:11:48 +0000 (+0200) Subject: xz: Cleanup makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b140939e35acbbf48d69ecbe524ec37e4a9d48;p=ipfire-3.x.git xz: Cleanup makefile. This automatically adds the change to libtool which removes the rpath stuff. --- diff --git a/pkgs/core/xz/xz.nm b/pkgs/core/xz/xz.nm index 1e4b8f473..437c72774 100644 --- a/pkgs/core/xz/xz.nm +++ b/pkgs/core/xz/xz.nm @@ -45,22 +45,3 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz - -define QUALITY_AGENT_WHITELIST_RPATH - /usr/bin/xz \ - /usr/bin/lzmadec \ - /usr/bin/xzdec -endef - -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef