diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/module.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs index 4c81c2c26..37187ed99 100644 --- a/test/module.defs +++ b/test/module.defs @@ -48,6 +48,8 @@ ifeq ($(BUILD.system),darwin) TEST.GCC.l += iconv 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),solaris) TEST.GCC.l += pthread nsl socket iconv TEST.GCC.D += _POSIX_C_SOURCE=200112L __EXTENSIONS__ |