pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libusb1
Module Name: pkgsrc
Committed By: maya
Date: Mon Jan 23 18:50:02 UTC 2017
Modified Files:
pkgsrc/devel/libusb1: Makefile
Log Message:
libusb1: avoid a linux-only dependency on udev. this may harm linux
functionality, but udev is part of systemd. I don't expect pkgsrc systemd
support to be improved any time soon, and this package is unnecessarily
failing on linux, and taking out 90 other packages depending on it.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libusb1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libusb1/Makefile
diff -u pkgsrc/devel/libusb1/Makefile:1.13 pkgsrc/devel/libusb1/Makefile:1.14
--- pkgsrc/devel/libusb1/Makefile:1.13 Sat Apr 9 08:18:58 2016
+++ pkgsrc/devel/libusb1/Makefile Mon Jan 23 18:50:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/04/09 08:18:58 richard Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/23 18:50:02 maya Exp $
DISTNAME= libusb-1.0.20
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
@@ -23,6 +23,9 @@ MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
+# systemd dependency
+CONFIGURE_ARGS.Linux+= --disable-udev
+
CONFIGURE_ARGS+= --enable-tests-build
#CONFIGURE_ARGS+= --enable-examples-build
Home |
Main Index |
Thread Index |
Old Index