]> git.pld-linux.org Git - packages/php4.git/commitdiff
- there are no cflags for gssapi from mit kerberos auto/th/php4-4_4_6-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Apr 2007 23:04:42 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4-krb5.patch -> 1.1

php4-krb5.patch [new file with mode: 0644]

diff --git a/php4-krb5.patch b/php4-krb5.patch
new file mode 100644 (file)
index 0000000..0168d0d
--- /dev/null
@@ -0,0 +1,11 @@
+--- php-4.4.6/acinclude.m4~    2007-04-02 00:48:31.000000000 +0200
++++ php-4.4.6/acinclude.m4     2007-04-02 01:02:32.000000000 +0200
+@@ -1679,7 +1679,7 @@
+     KERBEROS_LIBS=`$KRB5_CONFIG --libs gssapi`
+     KERBEROS_CFLAGS=`$KRB5_CONFIG --cflags gssapi`
+-    if test -n "$KERBEROS_LIBS" && test -n "$KERBEROS_CFLAGS"; then
++    if test -n "$KERBEROS_LIBS" || test -n "$KERBEROS_CFLAGS"; then
+       found_kerberos=yes
+       PHP_EVAL_LIBLINE($KERBEROS_LIBS, $1)
+       PHP_EVAL_INCLINE($KERBEROS_CFLAGS)
This page took 0.028285 seconds and 4 git commands to generate.