|
|
|
@ -19,3 +19,8 @@ if [ "$SDECFG_STATIC" -ne 1 ]; then
|
|
|
|
|
#enable shared libraries instalation |
|
|
|
|
var_append makeinstopt ' ' 'soinstall' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# Force using the systems libtiff |
|
|
|
|
if pkginstalled -f libtiff; then |
|
|
|
|
var_append extraconfopt ' ' "--with-system-libtiff" |
|
|
|
|
fi |
|
|
|
|