Author: arekm Date: Wed Oct 19 10:11:53 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; use ld.bfd; gold breaks linking (libkrb5 misses krb5_auth_con_getsendsubkey symbol for example)
---- Files affected: packages/heimdal: heimdal.spec (1.244 -> 1.245) ---- Diffs: ================================================================ Index: packages/heimdal/heimdal.spec diff -u packages/heimdal/heimdal.spec:1.244 packages/heimdal/heimdal.spec:1.245 --- packages/heimdal/heimdal.spec:1.244 Mon Oct 10 22:57:55 2011 +++ packages/heimdal/heimdal.spec Wed Oct 19 12:11:47 2011 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5 Name: heimdal Version: 1.5.1 -Release: 1 +Release: 2 License: Free Group: Networking Source0: http://www.h5l.org/dist/src/%{name}-%{version}.tar.gz @@ -412,6 +412,10 @@ %patch12 -p1 %build +install -d our-ld +ln -s %{_bindir}/ld.bfd our-ld/ld +export PATH=$(pwd)/our-ld:$PATH + %{__rm} acinclude.m4 cf/{libtool,lt*}.m4 %{__libtoolize} %{__aclocal} -I cf @@ -914,6 +918,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.245 2011/10/19 10:11:47 arekm +- rel 2; use ld.bfd; gold breaks linking (libkrb5 misses krb5_auth_con_getsendsubkey symbol for example) + Revision 1.244 2011/10/10 20:57:55 baggins - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.244&r2=1.245&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
