perl: force d_sockaddr_in6 (no configure check).
This commit is contained in:
parent
e0fa757087
commit
64915ad89b
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'perl'.
|
||||
pkgname=perl
|
||||
version=5.24.0
|
||||
revision=3
|
||||
revision=4
|
||||
_perl_cross_version=1.0.3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="less"
|
||||
|
@ -158,7 +158,8 @@ do_configure() {
|
|||
-Dscriptdir=/usr/bin -Dvendorscript=/usr/bin
|
||||
-Dinc_version_list=none -Dman1ext=1p -Dman3ext=3p
|
||||
-Dman1dir=/usr/share/man/man1
|
||||
-Dman3dir=/usr/share/man/man3"
|
||||
-Dman3dir=/usr/share/man/man3
|
||||
-Dd_sockaddr_in6=define"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
_args+=" --target=$XBPS_CROSS_TRIPLET"
|
||||
|
|
Loading…
Reference in New Issue