Date: Tue, 4 Jun 2019 09:16:57 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503460 - head/devel/libbpfjit Message-ID: <201906040916.x549Gvto038474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906040916.x549Gvto038474>