SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
net/pmacct/patches/patch-src_Makefile_am
Normal file
14
net/pmacct/patches/patch-src_Makefile_am
Normal file
|
@ -0,0 +1,14 @@
|
|||
Use C++ compiler when linking
|
||||
|
||||
Index: src/Makefile.am
|
||||
--- src/Makefile.am.orig
|
||||
+++ src/Makefile.am
|
||||
@@ -9,6 +9,8 @@ sbin_PROGRAMS =
|
||||
bin_PROGRAMS =
|
||||
EXTRA_PROGRAMS =
|
||||
|
||||
+CCLD = $(CXX)
|
||||
+
|
||||
AM_LDFLAGS = @GEOIP_LIBS@ @GEOIPV2_LIBS@
|
||||
if WITH_JANSSON
|
||||
AM_LDFLAGS += @JANSSON_LIBS@
|
Loading…
Add table
Add a link
Reference in a new issue