Skip to content

Commit

Permalink
test: fix linking on kfreebsd systems
Browse files Browse the repository at this point in the history
Thanks to Sebastian Ramacher for the patch


git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6424 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
jstebbins committed Sep 30, 2014
1 parent b4aedb8 commit 0905b53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 0905b53

Please sign in to comment.