]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xz: Cleanup makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 22:11:48 +0000 (00:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Apr 2010 22:11:48 +0000 (00:11 +0200)
This automatically adds the change to libtool which
removes the rpath stuff.

pkgs/core/xz/xz.nm

index 1e4b8f4739fe27ecf823d66da96539635e9be077..437c72774879af2af3f36bae12fa992317c32b88 100644 (file)
@@ -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