ports/net/pmacct/patches/patch-examples_lg_Makefile_am

12 lines
207 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Use C++ compiler when linking
Index: examples/lg/Makefile.am
--- examples/lg/Makefile.am.orig
+++ examples/lg/Makefile.am
@@ -1,3 +1,5 @@
+CCLD = $(CXX)
+
AM_CFLAGS = $(PMACCT_CFLAGS)
if USING_BGP_BINS