rpms/krb5/devel krb5.spec,1.264,1.265

Nalin Dahyabhai nalin at fedoraproject.org
Mon May 24 20:42:04 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6465

Modified Files:
	krb5.spec 
Log Message:
- drop explicit linking with libtinfo for applications that use libss, now
  that readline itself links with libtinfo (as of readline-5.2-3, since
  fedora 7 or so)



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -p -r1.264 -r1.265
--- krb5.spec	24 May 2010 20:07:09 -0000	1.264
+++ krb5.spec	24 May 2010 20:42:04 -0000	1.265
@@ -250,7 +250,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
 	CFLAGS="$CFLAGS" \
 	CPPFLAGS="$CPPFLAGS" \
 %if 0%{?fedora} >= 7 || 0%{?rhel} >= 6
-	SS_LIB="-lss -ltinfo" \
+	SS_LIB="-lss" \
 %else
 	SS_LIB="-lss -lncurses" \
 %endif
@@ -629,6 +629,9 @@ exit 0
 - make krb5-server-ldap also depend on the same version-release of krb5-libs,
   as the other subpackages do, if only to make it clearer than it is when we
   just do it through krb5-server
+- drop explicit linking with libtinfo for applications that use libss, now
+  that readline itself links with libtinfo (as of readline-5.2-3, since
+  fedora 7 or so)
 
 * Tue May 18 2010 Nalin Dahyabhai <nalin at redhat.com> 1.8.1-5
 - add patch to correct GSSAPI library null pointer dereference which could be



More information about the scm-commits mailing list