summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYuichiro NAITO <[email protected]>2017-12-25 16:13:30 +0900
committerBradley Sepos <[email protected]>2018-01-13 00:03:39 -0500
commit560decf6c790ca1d543a216ed859d3ff6bb5f542 (patch)
tree6cbf718e79a8527e0351872982e8b05ace9e57cf /test
parentc47b8f5ab8a049eda618462802ecce72bc4f6a57 (diff)
build: Add FreeBSD support.
Closes #1076.
Diffstat (limited to 'test')
-rw-r--r--test/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs
index 884d558d5..2015bc212 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -62,7 +62,7 @@ else ifeq ($(BUILD.system),linux)
else ifeq ($(BUILD.system),kfreebsd)
TEST.GCC.l += pthread dl m
else ifeq ($(BUILD.system),freebsd)
- TEST.GCC.l += iconv pthread m
+ TEST.GCC.l += pthread m
else ifeq ($(BUILD.system),solaris)
TEST.GCC.l += pthread nsl socket
ifneq (,$(filter $(BUILD.release),2.10))