X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fpciutils;h=429b0dcf9726b7dd2991af96bc05260f221e5ff5;hb=c891c3ca47bb7b71dbf57261d2a81911d832bf7b;hp=a63b8ac1e0348b969a5152c3f42be99cceb377f9;hpb=3dae4c554ec18f465eb6ee5e6efdbdbe8557e13c;p=hvlinux.git diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index a63b8ac..429b0dc 100644 --- a/stage3/pkg/pciutils +++ b/stage3/pkg/pciutils @@ -4,11 +4,19 @@ hvbuild() { cd ${LFS_TMP}/${PACKAGE} - # ZLIB=no: Prevents compression of the pci.ids file which is needed by HAL. - make PREFIX=/usr ZLIB=no + # ZLIB=no: Prevents compression of the pci.ids file. + make PREFIX=/usr \ + SHAREDIR=/usr/share/misc \ + MANDIR=/usr/share/man \ + SHARED=yes \ + ZLIB=no \ + all - make PREFIX=/usr install - - # Some packages require the PCI static library: - make PREFIX=/usr install-lib + # install-lib: for packages that require the PCI static library + make PREFIX=/usr \ + SHAREDIR=/usr/share/misc \ + MANDIR=/usr/share/man \ + SHARED=yes \ + ZLIB=no \ + install install-lib }