Author: sls Date: Wed Sep 21 10:54:50 2011 GMT Module: packages Tag: HEAD ---- Log message: - added link.patch
---- Files affected: packages/libeap-ikev2: libeap-ikev2.spec (1.4 -> 1.5) , link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libeap-ikev2/libeap-ikev2.spec diff -u packages/libeap-ikev2/libeap-ikev2.spec:1.4 packages/libeap-ikev2/libeap-ikev2.spec:1.5 --- packages/libeap-ikev2/libeap-ikev2.spec:1.4 Fri Oct 24 21:27:40 2008 +++ packages/libeap-ikev2/libeap-ikev2.spec Wed Sep 21 12:54:45 2011 @@ -9,6 +9,7 @@ Group: Libraries Source0: http://dl.sourceforge.net/eap-ikev2/%{name}-%{version}.tar.gz # Source0-md5: e8c4900ff9f2825e189be66c61d146f2 +Patch0: link.patch URL: http://eap-ikev2.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -54,6 +55,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -97,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/09/21 10:54:45 sls +- added link.patch + Revision 1.4 2008/10/24 19:27:40 ankry - typo ================================================================ Index: packages/libeap-ikev2/link.patch diff -u /dev/null packages/libeap-ikev2/link.patch:1.1 --- /dev/null Wed Sep 21 12:54:50 2011 +++ packages/libeap-ikev2/link.patch Wed Sep 21 12:54:45 2011 @@ -0,0 +1,11 @@ +--- libeap-ikev2-0.2.1/src/Makefile.am.orig 2010-11-03 23:19:13.663306058 +0100 ++++ libeap-ikev2-0.2.1/src/Makefile.am 2010-11-03 23:26:27.150298526 +0100 +@@ -44,6 +44,8 @@ libeap_ikev2_la_SOURCES= auth.c \ + utils.c \ + tiger.c + ++libeap_ikev2_la_LIBADD = -lssl -lcrypto -ldl ++ + + + MAINTAINERCLEANFILES=Makefile.in ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libeap-ikev2/libeap-ikev2.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
