aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/flua/Makefile')
-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>