pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/pciutils
Module Name: pkgsrc
Committed By: markd
Date: Sat Mar 6 10:30:15 UTC 2021
Modified Files:
pkgsrc/sysutils/pciutils: Makefile
Log Message:
pciutils: compile with -fPIC so lib can be used in other shared libs
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/pciutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/pciutils/Makefile
diff -u pkgsrc/sysutils/pciutils/Makefile:1.45 pkgsrc/sysutils/pciutils/Makefile:1.46
--- pkgsrc/sysutils/pciutils/Makefile:1.45 Mon Jun 1 15:47:53 2020
+++ pkgsrc/sysutils/pciutils/Makefile Sat Mar 6 10:30:15 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/06/01 15:47:53 msaitoh Exp $
+# $NetBSD: Makefile,v 1.46 2021/03/06 10:30:15 markd Exp $
DISTNAME= pciutils-3.7.0
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
MASTER_SITES+= https://www.kernel.org/pub/software/utils/pciutils/
@@ -14,6 +15,7 @@ MAKE_JOBS_SAFE= no
ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-*
+CFLAGS+= -fPIC
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
Home |
Main Index |
Thread Index |
Old Index