Browse Source

ghostscript: fixed to only install shared libraries if no static-only target is build

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

8
graphic/ghostscript/ghostscript.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../ghostscript/ghostscript.conf # Filename: package/.../ghostscript/ghostscript.conf
# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2010 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -12,5 +12,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
#enable shared libraries instalation if [ "$SDECFG_STATIC" -ne 1 ]; then
var_append makeinstopt ' ' 'soinstall' #enable shared libraries instalation
var_append makeinstopt ' ' 'soinstall'
fi

Loading…
Cancel
Save