diff options
author | Yuichiro NAITO <[email protected]> | 2017-12-25 16:13:30 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-13 00:03:39 -0500 |
commit | 560decf6c790ca1d543a216ed859d3ff6bb5f542 (patch) | |
tree | 6cbf718e79a8527e0351872982e8b05ace9e57cf /test | |
parent | c47b8f5ab8a049eda618462802ecce72bc4f6a57 (diff) |
build: Add FreeBSD support.
Closes #1076.
Diffstat (limited to 'test')
-rw-r--r-- | test/module.defs | 2 |
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)) |