From c8e4fb972ea9ad7bbaba271df0ad3e57a3ac86cf Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 15 May 2011 02:47:09 +0200 Subject: [PATCH] ghostscript: changed to explicitely add 'so' make target when building shared libs --- graphic/ghostscript/ghostscript.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/graphic/ghostscript/ghostscript.conf b/graphic/ghostscript/ghostscript.conf index a57110bc0..8d78a5fb2 100644 --- a/graphic/ghostscript/ghostscript.conf +++ b/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