pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q3] pkgsrc/sysutils/beats
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Nov 12 11:45:31 UTC 2017
Modified Files:
pkgsrc/sysutils/beats [pkgsrc-2017Q3]: Makefile
Log Message:
Pullup ticket #5631 - requested by sevan
sysutils/beats: build fix
Revisions pulled up:
- sysutils/beats/Makefile 1.19
---
Module Name: pkgsrc
Committed By: fhajny
Date: Thu Nov 2 15:30:50 UTC 2017
Modified Files:
pkgsrc/sysutils/beats: Makefile
Log Message:
sysutils/beats: Provide a better hint to where libpcap is. May fix
the build in some situations.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.4.1 pkgsrc/sysutils/beats/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/beats/Makefile
diff -u pkgsrc/sysutils/beats/Makefile:1.16 pkgsrc/sysutils/beats/Makefile:1.16.4.1
--- pkgsrc/sysutils/beats/Makefile:1.16 Fri Sep 22 12:25:44 2017
+++ pkgsrc/sysutils/beats/Makefile Sun Nov 12 11:45:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/09/22 12:25:44 tnn Exp $
+# $NetBSD: Makefile,v 1.16.4.1 2017/11/12 11:45:31 bsiegert Exp $
DISTNAME= beats-5.5.2
PKGREVISION= 1
@@ -49,6 +49,7 @@ SMF_INSTANCES+= ${BEATS}
OWN_DIRS+= ${BEATS_DIR} ${BEATS_LOGDIR}
MAKE_ENV+= GOPATH=${WRKDIR}:${PREFIX}/gopkg
+MAKE_ENV+= CGO_LDFLAGS="-L${BUILDLINK_PREFIX.libpcap}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libpcap}/lib"
BUILD_TARGET= #
INSTALLATION_DIRS+= bin share/examples/beats
Home |
Main Index |
Thread Index |
Old Index