diff options
author | Rodeo <[email protected]> | 2013-07-13 10:55:12 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-07-13 10:55:12 +0000 |
commit | c4a87e9ce22fff4a3f47cfd3d3b89278f63beb83 (patch) | |
tree | fc81d5437b9c5b21de23d73a62e6e619d17d2972 /test/module.defs | |
parent | 63f5fcbab763c3f77680560facd83d65960b6ed9 (diff) |
Solaris: add proper POSIX defines
On Solaris, some POSIX functions are hidden behind a define. This patch adds the proper defines to the compiler command line when building for Solaris.
Patch by icchan. Thanks!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5642 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs index 590c49ea2..66e95f2de 100644 --- a/test/module.defs +++ b/test/module.defs @@ -56,6 +56,7 @@ else ifeq ($(BUILD.system),linux) 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__ else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) ifeq ($(HAS.dlfcn),1) TEST.GCC.l += dl |