summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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))