[svn:parrot] r48995 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Sep 14 07:45:12 UTC 2010


Author: fperrad
Date: Tue Sep 14 07:45:12 2010
New Revision: 48995
URL: https://trac.parrot.org/parrot/changeset/48995

Log:
[pcre] Add library name genned by install of pcre 8.10 from source.

Patch from ronaldws, see TT#1401

Modified:
   trunk/runtime/parrot/library/pcre.pir

Modified: trunk/runtime/parrot/library/pcre.pir
==============================================================================
--- trunk/runtime/parrot/library/pcre.pir	Tue Sep 14 06:15:46 2010	(r48994)
+++ trunk/runtime/parrot/library/pcre.pir	Tue Sep 14 07:45:12 2010	(r48995)
@@ -89,6 +89,9 @@
     loadlib libpcre, 'pcre3'
     loaded = defined libpcre
     if loaded goto LIB_LOADED
+    loadlib libpcre, 'libpcre-0' # pcre 8.10 and maybe others
+    loaded = defined libpcre
+    if loaded goto LIB_LOADED
     branch LIB_FAILED
 
 LIB_CYGWIN:


More information about the parrot-commits mailing list