summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-12-06 20:05:18 -0500
committerBradley Sepos <[email protected]>2017-12-06 21:28:04 -0500
commit9837e7605080422c84b3f486ae2c939f434a2d4b (patch)
treea93b07cb269d6e264218c8e15d3d2771cf8d99ce /test
parent32148d715fdc9970b9add10855f8689d84240126 (diff)
FreeBSD 11.1 compatibility.
Diffstat (limited to 'test')
-rw-r--r--test/module.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs
index 1202a657f..884d558d5 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -61,6 +61,8 @@ else ifeq ($(BUILD.system),linux)
TEST.GCC.l += pthread dl m
else ifeq ($(BUILD.system),kfreebsd)
TEST.GCC.l += pthread dl m
+else ifeq ($(BUILD.system),freebsd)
+ TEST.GCC.l += iconv pthread m
else ifeq ($(BUILD.system),solaris)
TEST.GCC.l += pthread nsl socket
ifneq (,$(filter $(BUILD.release),2.10))