X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpciutils;h=2068c5a0c84c3c17895bdf85e183240cf9fb8ce1;hp=fc4a962f35ab634ced9bf7e0d2244c9859d2c50e;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=360378014d0ba62c1ced4b204080f05c2a3de575 diff --git a/lfs/pciutils b/lfs/pciutils index fc4a962f35..2068c5a0c8 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-2018 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,7 +24,7 @@ include Config -VER = 3.1.10 +VER = 3.5.6 THISAPP = pciutils-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cdb1e5a95ab7ac67349f10c8f77a6d3c +$(DL_FILE)_MD5 = 63b347d2bb5719b7769c03a1bb72a5b7 install : $(TARGET) @@ -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=yes OPT="$(CFLAGS)" PREFIX=/usr STRIP="" \ - IDSDIR=/usr/share/hwdata ZLIB=no $(MAKETUNING) + SHAREDIR=/usr/share/hwdata $(MAKETUNING) 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)