Changes of Revision 47
[-] [+] | Changed | PDFlib-Lite.spec |
[-] [+] | Added | PDFlib-Lite-7.0.3_perlvendor.diff ^ |
@@ -0,0 +1,11 @@ +--- configure.orig 2008-07-18 22:49:02.000000000 +0200 ++++ configure 2008-07-18 22:49:12.000000000 +0200 +@@ -8513,7 +8513,7 @@ + WITH_PERL=no + fi + +- PERLLIBDIR=`($PERL -e 'use Config; print $Config{sitearchexp};') 2>/dev/null` ++ PERLLIBDIR=`($PERL -e 'use Config; print $Config{vendorarchexp};') 2>/dev/null` + if test -z "$PERLLIBDIR" -o ! -d "$PERLLIBDIR"; then + echo "$as_me:$LINENO: result: unable to determine perl shared library directory" >&5 + echo "${ECHO_T}unable to determine perl shared library directory" >&6 |