svn commit: r503460 - head/devel/libbpfjit

George V. Neville-Neil gnn at FreeBSD.org
Tue Jun 4 09:16:58 UTC 2019


Author: gnn
Date: Tue Jun  4 09:16:56 2019
New Revision: 503460
URL: https://svnweb.freebsd.org/changeset/ports/503460

Log:
  Add -fPIC reqiured to link this library against other libraries

Modified:
  head/devel/libbpfjit/Makefile

Modified: head/devel/libbpfjit/Makefile
==============================================================================
--- head/devel/libbpfjit/Makefile	Tue Jun  4 09:01:47 2019	(r503459)
+++ head/devel/libbpfjit/Makefile	Tue Jun  4 09:16:56 2019	(r503460)
@@ -19,7 +19,7 @@ GH_TUPLE=	rmind:bpfjit:5fa111b:DEFAULT \
 WRKSRC_SUBDIR=	src
 USE_LDCONFIG=	yes
 MAKEFILE=	GNUmakefile
-CFLAGS+=	-I${WRKSRC_sljit}/sljit_src
+CFLAGS+=	-I${WRKSRC_sljit}/sljit_src -fPIC
 
 PLIST_FILES=	lib/libbpfjit.a include/bpfjit.h
 


More information about the svn-ports-all mailing list