rpms/krb5/devel krb5-1.7-nodeplibs.patch,1.1,1.2

Nalin Dahyabhai nalin at fedoraproject.org
Thu Jun 4 20:45:46 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6891

Modified Files:
	krb5-1.7-nodeplibs.patch 
Log Message:
- fix a syntax error


krb5-1.7-nodeplibs.patch:

Index: krb5-1.7-nodeplibs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5-1.7-nodeplibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- krb5-1.7-nodeplibs.patch	4 Jun 2009 19:30:50 -0000	1.1
+++ krb5-1.7-nodeplibs.patch	4 Jun 2009 20:45:45 -0000	1.2
@@ -10,7 +10,7 @@ diff -up krb5-1.7/src/krb5-config.in krb
  
      if test $library = 'krb5'; then
 -	lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB"
-+	if test "$do_deps" -eq  1 ; then
++	if test 0$do_deps -eq 1 ; then
 +	    lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err $GEN_LIB $LIBS $SELINUX_LIBS $DL_LIB"
 +	else
 +	    lib_flags="$lib_flags -lkrb5 -lk5crypto -lcom_err"




More information about the fedora-extras-commits mailing list