pciutils: set STRIP to echo in do_install(), to generate a working dbg pkg.
This commit is contained in:
parent
1605e36e76
commit
9604dc0366
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue