aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-08-13 23:13:05 +0000
committerEd Maste <emaste@FreeBSD.org>2020-08-13 23:13:05 +0000
commit3bd8419597b44dc3da2b1e6ffc2c7ee9cf4aa195 (patch)
tree1c440bddb6e3084c2b976736528963ad15b67fb5 /libexec/flua
parentb2e98945d72cf3d9edabd0d2209c2951d6ccceca (diff)
Notes
Diffstat (limited to 'libexec/flua')
-rw-r--r--libexec/flua/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/flua/Makefile b/libexec/flua/Makefile
index a4dc916e7834a..3efb75044b09a 100644
--- a/libexec/flua/Makefile
+++ b/libexec/flua/Makefile
@@ -38,4 +38,6 @@ SRCS+= lua_ucl.c
CFLAGS+= -I${UCLSRC}/include -I${UCLSRC}/src -I${UCLSRC}/uthash
LIBADD+= ucl
+LDFLAGS+= -Wl,-E
+
.include <bsd.prog.mk>