|
|
@ -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 |
|
|
|