|
|
@ -26,12 +26,13 @@ extraconfopt= |
|
|
|
makeinstopt="install" |
|
|
|
|
|
|
|
if ! atstage native; then |
|
|
|
var_append extraconfopt ' ' "--target=$arch_target" |
|
|
|
var_append extraconfopt ' ' "--target=$arch_target" |
|
|
|
var_insert makeinstopt ' ' "DESTDIR=$root" |
|
|
|
fi |
|
|
|
|
|
|
|
# let -D and -U override definitions from loaded configuration file |
|
|
|
var_append extraconfopt ' ' "-O" |
|
|
|
var_append extraconfopt ' ' "-Dusevendorprefix" |
|
|
|
|
|
|
|
# build a shared libperl |
|
|
|
if [ "$SDECFG_STATIC" != 1 ]; then |
|
|
|