| 1 |
diff -Naurp pcre-6.3.orig/configure pcre-6.3/configure
|
| 2 |
--- pcre-6.3.orig/configure 2005-08-18 06:08:28.000000000 -0700
|
| 3 |
+++ pcre-6.3/configure 2005-08-22 13:25:36.000000000 -0700
|
| 4 |
@@ -3410,10 +3410,15 @@ irix5* | irix6* | nonstopux*)
|
| 5 |
;;
|
| 6 |
|
| 7 |
# This must be Linux ELF.
|
| 8 |
-linux*)
|
| 9 |
+linux-gnu*)
|
| 10 |
lt_cv_deplibs_check_method=pass_all
|
| 11 |
;;
|
| 12 |
|
| 13 |
+linux-uclibc*)
|
| 14 |
+ lt_cv_deplibs_check_method=pass_all
|
| 15 |
+ lt_cv_file_magic_test_file=`echo /lib/uClibc-*.so`
|
| 16 |
+ ;;
|
| 17 |
+
|
| 18 |
netbsd*)
|
| 19 |
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
| 20 |
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
|
| 21 |
@@ -7759,7 +7764,7 @@ linux*oldld* | linux*aout* | linux*coff*
|
| 22 |
;;
|
| 23 |
|
| 24 |
# This must be Linux ELF.
|
| 25 |
-linux*)
|
| 26 |
+linux-gnu*)
|
| 27 |
version_type=linux
|
| 28 |
need_lib_prefix=no
|
| 29 |
need_version=no
|
| 30 |
@@ -7819,6 +7824,23 @@ linux*)
|
| 31 |
sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
|
| 32 |
;;
|
| 33 |
|
| 34 |
+linux-uclibc*)
|
| 35 |
+ version_type=linux
|
| 36 |
+ need_lib_prefix=no
|
| 37 |
+ need_version=no
|
| 38 |
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
|
| 39 |
+ soname_spec='${libname}${release}.so$major'
|
| 40 |
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
| 41 |
+ shlibpath_var=LD_LIBRARY_PATH
|
| 42 |
+ shlibpath_overrides_runpath=no
|
| 43 |
+ # This implies no fast_install, which is unacceptable.
|
| 44 |
+ # Some rework will be needed to allow for fast_install
|
| 45 |
+ # before this can be enabled.
|
| 46 |
+ hardcode_into_libs=yes
|
| 47 |
+ # Assume using the uClibc dynamic linker is in use.
|
| 48 |
+ dynamic_linker='uClibc ld.so'
|
| 49 |
+ ;;
|
| 50 |
+
|
| 51 |
knetbsd*-gnu)
|
| 52 |
version_type=linux
|
| 53 |
need_lib_prefix=no
|