perl: wth is going on.
This commit is contained in:
parent
3a49c675b6
commit
53c0a02bb7
1 changed files with 5 additions and 1 deletions
|
@ -165,7 +165,11 @@ do_configure() {
|
|||
-Dcccdlflags="-fPIC" \
|
||||
-Doptimize="${CFLAGS}" -Dccflags="${CFLAGS}" \
|
||||
-Dlddlflags="-shared ${LDFLAGS}" -Dldflags="${LDFLAGS}" \
|
||||
-Dperl_static_inline='static __inline__' -Dd_static_inline
|
||||
-Dperl_static_inline='static __inline__' -Dd_static_inline ||
|
||||
{
|
||||
cat ./config.log
|
||||
return 42
|
||||
}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue