From: <abe...@us...> - 2012-12-15 17:31:39
|
Revision: 5808 http://astlinux.svn.sourceforge.net/astlinux/?rev=5808&view=rev Author: abelbeck Date: 2012-12-15 17:31:32 +0000 (Sat, 15 Dec 2012) Log Message: ----------- pciutils, version bump to 3.1.10 Modified Paths: -------------- branches/1.0/package/pciutils/pciutils.mk Modified: branches/1.0/package/pciutils/pciutils.mk =================================================================== --- branches/1.0/package/pciutils/pciutils.mk 2012-12-15 17:11:15 UTC (rev 5807) +++ branches/1.0/package/pciutils/pciutils.mk 2012-12-15 17:31:32 UTC (rev 5808) @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.1.9 +PCIUTILS_VERSION = 3.1.10 PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PCIUTILS_ZLIB=no @@ -36,9 +36,7 @@ # Ditch install-lib if SHARED is an option in the future define PCIUTILS_INSTALL_TARGET_CMDS $(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(TARGET_DIR)/usr \ - SHARED=$(PCIUTILS_SHARED) install - $(MAKE) BUILDDIR=$(@D) -C $(@D) PREFIX=$(TARGET_DIR)/usr \ - SHARED=$(PCIUTILS_SHARED) install-lib + SHARED=$(PCIUTILS_SHARED) install install-lib chmod 755 $(TARGET_DIR)/usr/lib/libpci.so.$(PCIUTILS_VERSION) # set permissions so it is stripped endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |