Author: wiget Date: Thu Apr 22 01:52:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - added openssl1.patch to fix compilation with openssl 1.0.x
---- Files affected: packages/libjingle: libjingle.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/libjingle/libjingle.spec diff -u packages/libjingle/libjingle.spec:1.18 packages/libjingle/libjingle.spec:1.19 --- packages/libjingle/libjingle.spec:1.18 Wed Apr 21 19:03:53 2010 +++ packages/libjingle/libjingle.spec Thu Apr 22 03:52:51 2010 @@ -9,6 +9,7 @@ Source0: http://libjingle.googlecode.com/files/%{name}-%{version}.tar.gz # Source0-md5: 4fd81566ead30285e157a7fa16430b6e URL: http://code.google.com/p/libjingle/ +Patch0: libjingle-openssl1.patch BuildRequires: alsa-lib-devel BuildRequires: autoconf BuildRequires: automake @@ -66,6 +67,7 @@ %prep %setup -q +%patch0 -p1 # bashism sed 's/^\([A-Z]*\)+=\(.*\)/\1="$\1 \2"/' -i configure.ac @@ -125,6 +127,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2010/04/22 01:52:51 wiget +- added openssl1.patch to fix compilation with openssl 1.0.x + Revision 1.18 2010/04/21 17:03:53 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libjingle/libjingle.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
