rpms/krb5/devel krb5-1.6-sort-of-static.patch,1.1,1.2

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Jun 25 00:53:40 UTC 2007


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20854

Modified Files:
	krb5-1.6-sort-of-static.patch 
Log Message:
- also don't error out in the --disable-shared case, which while it doesn't
  actually build to completion, is pretty handy for testing build changes


krb5-1.6-sort-of-static.patch:

Index: krb5-1.6-sort-of-static.patch
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5-1.6-sort-of-static.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- krb5-1.6-sort-of-static.patch	28 Feb 2007 20:35:53 -0000	1.1
+++ krb5-1.6-sort-of-static.patch	25 Jun 2007 00:52:53 -0000	1.2
@@ -79,3 +79,14 @@
  if test "$enable_static" = no && test "$krb5_force_static" != yes; then
  	AC_MSG_NOTICE([disabling static libraries])
  	LIBLINKS=
+@@ -1254,10 +1250,6 @@
+ , ,
+ [enable_shared=$default_shared])
+ 
+-if test "$enable_shared" != yes; then
+-  AC_MSG_ERROR([Sorry, this release builds only shared libraries, cannot disable them.])
+-fi
+-
+ if test "$enable_shared" = yes; then
+ 	case "$SHLIBEXT" in
+ 	.so-nobuild)




More information about the fedora-extras-commits mailing list