packages: heimdal/heimdal.spec, heimdal/heimdal-krb5config-nosysdirs.patch ...

qboosh qboosh at pld-linux.org
Thu Oct 7 21:22:06 CEST 2010


Author: qboosh                       Date: Thu Oct  7 19:22:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added krb5config-nosysdirs patch to kill system dirs from krb5-config -L/-I
  (messed linking within packages, like linking with old installed lib instead of new)

---- Files affected:
packages/heimdal:
   heimdal.spec (1.210 -> 1.211) , heimdal-krb5config-nosysdirs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/heimdal/heimdal.spec
diff -u packages/heimdal/heimdal.spec:1.210 packages/heimdal/heimdal.spec:1.211
--- packages/heimdal/heimdal.spec:1.210	Tue Oct  5 00:20:37 2010
+++ packages/heimdal/heimdal.spec	Thu Oct  7 21:22:01 2010
@@ -36,6 +36,7 @@
 Patch9:		%{name}-shared-libcom_err.patch
 Patch10:	%{name}-sbindir.patch
 Patch11:	%{name}-ntlm-digest.patch
+Patch12:	%{name}-krb5config-nosysdirs.patch
 URL:		http://www.h5l.org/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake
@@ -362,9 +363,10 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
-rm -f acinclude.m4 cf/{libtool,lt*}.m4
+%{__rm} acinclude.m4 cf/{libtool,lt*}.m4
 %{__libtoolize}
 %{__aclocal} -I cf
 %{__autoconf}
@@ -791,6 +793,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.211  2010/10/07 19:22:01  qboosh
+- added krb5config-nosysdirs patch to kill system dirs from krb5-config -L/-I
+  (messed linking within packages, like linking with old installed lib instead of new)
+
 Revision 1.210  2010/10/04 22:20:37  baggins
 - rel 2
 

================================================================
Index: packages/heimdal/heimdal-krb5config-nosysdirs.patch
diff -u /dev/null packages/heimdal/heimdal-krb5config-nosysdirs.patch:1.1
--- /dev/null	Thu Oct  7 21:22:06 2010
+++ packages/heimdal/heimdal-krb5config-nosysdirs.patch	Thu Oct  7 21:22:01 2010
@@ -0,0 +1,20 @@
+--- heimdal-1.4/tools/krb5-config.in.orig	2010-09-13 09:23:34.000000000 +0200
++++ heimdal-1.4/tools/krb5-config.in	2010-10-07 08:45:53.207740205 +0200
+@@ -120,7 +120,7 @@
+ fi
+ 
+ if test "$do_libs" = "yes"; then
+-    lib_flags="-L${libdir}"
++    lib_flags=
+     case $library in
+     gssapi)
+ 	lib_flags="$lib_flags -lgssapi -lheimntlm"
+@@ -142,7 +142,7 @@
+     echo $lib_flags
+ fi
+ if test "$do_cflags" = "yes"; then
+-    echo "-I${includedir} @INCLUDE_hcrypto@"
++    echo "@INCLUDE_hcrypto@"
+ fi
+ 
+ exit 0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.210&r2=1.211&f=u



More information about the pld-cvs-commit mailing list