Browse Source

ghostscript: changed to explicitely add 'so' make target when building shared libs

stable/0.2
Christian Wiese 14 years ago
parent
commit
c8e4fb972e
  1. 1
      graphic/ghostscript/ghostscript.conf

1
graphic/ghostscript/ghostscript.conf

@ -17,6 +17,7 @@ if [ "$SDECFG_STATIC" -ne 1 ]; then
var_append extraconfopt ' ' "--enable-dynamic"
#enable shared libraries instalation
var_append makeopt ' ' 'so'
var_append makeinstopt ' ' 'soinstall'
fi

Loading…
Cancel
Save