found 261315 1.2.10-16
reopen 261315
submitter 261315 !
thanks
Hi,
it looks like autoconf have not been able to regenerate configure.
Please apply attached patch against 1.2.10-16 instead.
Alternatively (and slightly preffered) would be to
choose as base 1.2.10-14. In this case, please apply
configure chunks against aclocal.m4 and regenerate
configure using autoconf2.13.
Many thanks
Petr
only in patch2:
unchanged:
--- glib1.2-1.2.10.orig/ltconfig
+++ glib1.2-1.2.10/ltconfig
@@ -1957,7 +1957,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*-gnu)
version_type=linux
need_lib_prefix=no
need_version=no
diff -u glib1.2-1.2.10/configure glib1.2-1.2.10/configure
--- glib1.2-1.2.10/configure
+++ glib1.2-1.2.10/configure
@@ -1873,7 +1873,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*-gnu)
case $host_cpu in
alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
lt_cv_deplibs_check_method=pass_all ;;
@@ -4127,7 +4127,7 @@
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*-gnu)
version_type=linux
need_lib_prefix=no
need_version=no