]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix checking libtool version.
authorkloczek <kloczek@pld-linux.org>
Thu, 3 May 2001 09:41:42 +0000 (09:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-libtool_version_check_fix.patch -> 1.1

php-libtool_version_check_fix.patch [new file with mode: 0644]

diff --git a/php-libtool_version_check_fix.patch b/php-libtool_version_check_fix.patch
new file mode 100644 (file)
index 0000000..10db9fe
--- /dev/null
@@ -0,0 +1,11 @@
+--- php-4.0.4pl1/build/buildcheck.sh~  Sun Aug 20 07:39:37 2000
++++ php-4.0.4pl1/build/buildcheck.sh   Thu May  3 11:37:29 2001
+@@ -67,7 +67,7 @@
+ fi
+ lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
+ IFS=.; set $lt_version; IFS=' '
+-if test "$1" -gt "1" || test "$2" -gt "3" || test "$2" = "3" && (test "$3" = "c" || test "$3" -ge "3")
++if test "$1" -gt "1" || test "$2" -gt "3" || ( test "$2" = "3" && test "$3" -ge "3")
+ then
+ echo "buildconf: libtool version $lt_pversion (ok)"
+ else
This page took 0.046035 seconds and 4 git commands to generate.