From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] pciutils: update to 3.4.1 Date: Fri, 04 Mar 2016 08:12:00 +0100 Message-ID: <1457075520-23902-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8521679337495069284==" List-Id: --===============8521679337495069284== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update pciutils to last version from Linux from Scratch. Signed-off-by: Marcel Lorenz --- config/rootfiles/common/pciutils | 2 +- lfs/pciutils | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/pciutils b/config/rootfiles/common/pciut= ils index 43c31a1..5bb11a2 100644 --- a/config/rootfiles/common/pciutils +++ b/config/rootfiles/common/pciutils @@ -1,7 +1,7 @@ bin/lspci bin/setpci lib/libpci.so.3 -lib/libpci.so.3.1.10 +lib/libpci.so.3.4.1 sbin/update-pciids #usr/include/pci #usr/include/pci/config.h diff --git a/lfs/pciutils b/lfs/pciutils index fc4a962..7c313ba 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2012 IPFire Team = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 3.1.10 +VER =3D 3.4.1 =20 THISAPP =3D pciutils-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D cdb1e5a95ab7ac67349f10c8f77a6d3c +$(DL_FILE)_MD5 =3D 35763bb1eab7bc9bf6eb6efb72cbc8a1 =20 install : $(TARGET) =20 @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make SHARED=3Dyes OPT=3D"$(CFLAGS)" PREFIX=3D/usr STRIP=3D= "" \ - IDSDIR=3D/usr/share/hwdata ZLIB=3Dno $(MAKETUNING) + SHAREDIR=3D/usr/share/hwdata $(MAKETUNING) =20 cd $(DIR_APP) && install -p lspci setpci /bin cd $(DIR_APP) && install -p update-pciids /sbin @@ -85,6 +85,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && install -p lib/config.h /usr/include/pci cd $(DIR_APP) && install -p lib/types.h /usr/include/pci cd $(DIR_APP) && install -p lib/libpci.pc /usr/lib/pkgconfig - + chmod -v 755 /usr/lib/libpci.so @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 1.9.1 --===============8521679337495069284==--