From a41c6c99c8f31750b64d0a810cab1ac4b5df4642 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 6 Sep 2013 22:49:53 -0400 Subject: [PATCH] Upgrade to pciutils-3.2.0 for powertop package --- config/packages-list | 2 +- stage3/pkg/pciutils | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/config/packages-list b/config/packages-list index 0688efb..480b466 100644 --- a/config/packages-list +++ b/config/packages-list @@ -310,7 +310,7 @@ PANGO="pango-1.30.1" PANGOMM="pangomm-2.28.4" PARTED="parted-3.1" PATCH_PACKAGE="patch-2.7.1" -PCIUTILS="pciutils-3.1.10" +PCIUTILS="pciutils-3.2.0" MENU_CACHE="menu-cache-0.3.3" LIBFM="libfm-1.1.2" PCMANFM="pcmanfm-1.1.2" diff --git a/stage3/pkg/pciutils b/stage3/pkg/pciutils index 1fb4ae0..943f0de 100644 --- a/stage3/pkg/pciutils +++ b/stage3/pkg/pciutils @@ -5,12 +5,20 @@ hvbuild() cd ${LFS_TMP}/${PACKAGE} # ZLIB=no: Prevents compression of the pci.ids file. - make PREFIX=/usr ZLIB=no + 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 } hvbuild_post() -- 2.20.1