summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/perl
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-06-28 18:31:27 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-06-28 18:31:27 +0300
commit313da403a545340dc7404458deed0398ddd33366 (patch)
tree50b8c9c0a86658aa359acfaaae1f86aba26e9e2f /auto/modules/perl
parent50228b35b6e8cd42f14ce12a973fec2d65d2d8db (diff)
downloadunit-313da403a545340dc7404458deed0398ddd33366.tar.gz
unit-313da403a545340dc7404458deed0398ddd33366.tar.bz2
Removed -mmacosx-version-min option.
Diffstat (limited to 'auto/modules/perl')
-rw-r--r--auto/modules/perl4
1 files changed, 0 insertions, 4 deletions
diff --git a/auto/modules/perl b/auto/modules/perl
index 22f52136..4d59873e 100644
--- a/auto/modules/perl
+++ b/auto/modules/perl
@@ -68,10 +68,6 @@ if /bin/sh -c "$NXT_PERL -MConfig -e 'print \"Perl version: \",
# OS X system perl wants to link universal binaries
NXT_PERL_LDOPTS=`echo $NXT_PERL_LDOPTS \
| sed -e 's/-arch i386//' -e 's/-arch x86_64//'`
-
- # macosx-version-min is already defined for Darwin
- NXT_PERL_LDOPTS=`echo $NXT_PERL_LDOPTS \
- | $NXT_PERL -pe 's/-mmacosx-version-min=\d+\.\d+//'`
fi
NXT_PERL_LIBS="-L ${NXT_PERL_INCPATH} ${NXT_PERL_LDOPTS}"