summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-10-13 15:26:07 +0000
committerjstebbins <[email protected]>2009-10-13 15:26:07 +0000
commitc7909c14eb06e4f11880f122dfb032b57a71398c (patch)
tree70b457ed5bf3e26f7afd07deedb5fe342e4989de /test
parent196e7314a9287809f5a2fb2f75f5a312c14ab17c (diff)
build system: solaris 10 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2882 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 947bc1591..e9bc7b791 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -43,6 +43,8 @@ ifeq ($(BUILD.system),darwin)
TEST.GCC.l += iconv bz2 z
else ifeq ($(BUILD.system),linux)
TEST.GCC.l += bz2 z pthread dl m
+else ifeq ($(BUILD.system),solaris)
+ TEST.GCC.l += bz2 z pthread nsl socket
else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
TEST.libs += $(CONTRIB.build/)lib/libpthreadGC2.a
TEST.GCC.D += PTW32_STATIC_LIB