From 9604dc036612b155dd5fe7f9c732b838df237991 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 3 Mar 2015 13:33:55 +0100 Subject: [PATCH] pciutils: set STRIP to echo in do_install(), to generate a working dbg pkg. --- srcpkgs/pciutils/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 08692a2a76..15a3315430 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,7 +1,7 @@ # Template file for 'pciutils' pkgname=pciutils version=3.3.0 -revision=2 +revision=3 hostmakedepends="pkg-config" makedepends="zlib-devel libkmod-devel" depends="hwids" @@ -26,8 +26,7 @@ do_build() { } do_install() { - make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata \ - STRIP="-s --strip-program=${STRIP} " \ + make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata STRIP=echo \ MANDIR=/usr/share/man DESTDIR=${DESTDIR} install install-lib vinstall ${XBPS_MASTERDIR}/tmp/libpci.a 644 usr/lib