diff options
author | sibel <lesibel@free.fr> | 2011-04-07 11:59:17 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-07 11:59:17 +0200 |
commit | 028bff6edb0f1e49a584a6b1582f9a14d0760b18 (patch) | |
tree | 65a83cde3e5459c0521745efc70039894c272ae3 /base | |
parent | 7ace03f4a7c612c13b8bec8cf3271f750bfb4624 (diff) | |
download | nutyx-pakxe-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.gz nutyx-pakxe-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.bz2 nutyx-pakxe-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.xz nutyx-pakxe-028bff6edb0f1e49a584a6b1582f9a14d0760b18.zip |
pciutils 3.1.7-2, correction port
Diffstat (limited to 'base')
-rwxr-xr-x | base/pciutils/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/base/pciutils/Pkgfile b/base/pciutils/Pkgfile index 09a0ce4fc..895c8e6fb 100755 --- a/base/pciutils/Pkgfile +++ b/base/pciutils/Pkgfile @@ -5,13 +5,16 @@ name=pciutils version=3.1.7 -release=1 +release=2 source=( ftp://ftp.kernel.org/pub/software/utils/$name/$name-$version.tar.bz2 ) build() { cd $name-$version - make PREFIX=/usr ZLIB=no + ./update-pciids.sh + + make OPT="$CFLAGS -fPIC -DPIC" ZLIB=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all + mkdir -p $PKG/usr/share/man mkdir -p $PKG/usr/lib make PREFIX=$PKG/usr install |