No need to pass -pthread here.
ok mpi@ (maintainer)
This commit is contained in:
parent
5c2dfe2ea3
commit
3c3576ea16
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/07/16 20:17:03 mpi Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/09/03 19:45:14 ajacoutot Exp $
|
||||
|
||||
COMMENT = utility used to display information about USB devices
|
||||
|
||||
@ -6,7 +6,7 @@ VERSION = 005
|
||||
DISTNAME = usbutils_${VERSION}.orig
|
||||
PKGNAME = usbutils-${VERSION}
|
||||
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = sysutils
|
||||
HOMEPAGE = http://www.linux-usb.org
|
||||
@ -21,7 +21,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = http://ftp.de.debian.org/debian/pool/main/u/usbutils/
|
||||
|
||||
WANTLIB = c usb-1.0 pthread z
|
||||
WANTLIB = c usb-1.0 z
|
||||
LIB_DEPENDS = devel/libusb1
|
||||
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
@ -39,7 +39,7 @@ USE_LIBTOOL = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-L${LOCALBASE}/lib -pthread"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS += --datarootdir=${LOCALBASE}/lib \
|
||||
--datadir=${LOCALBASE}/share/usbutils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user