Author: qrczak Date: Sun Feb 18 12:03:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - openjade-as-needed.patch: fixed linking with -Wl,--as-needed
---- Files affected: SPECS: openjade.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: SPECS/openjade.spec diff -u SPECS/openjade.spec:1.71 SPECS/openjade.spec:1.72 --- SPECS/openjade.spec:1.71 Tue Feb 13 08:16:51 2007 +++ SPECS/openjade.spec Sun Feb 18 13:03:30 2007 @@ -11,6 +11,7 @@ Source0: http://dl.sourceforge.net/openjade/%{name}-%{version}-pre%{pre}.tar.gz # Source0-md5: cbf3d8be3e3516dcb12b751de822b48c Patch0: %{name}-nls-from-1.4.patch +Patch1: %{name}-as-needed.patch URL: http://openjade.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -67,6 +68,7 @@ %prep %setup -q -n %{name}-%{version}-pre%{pre} %patch0 -p1 +%patch1 -p1 %build LDFLAGS=""; export LDFLAGS @@ -153,6 +155,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2007/02/18 12:03:30 qrczak +- openjade-as-needed.patch: fixed linking with -Wl,--as-needed + Revision 1.71 2007/02/13 07:16:51 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openjade.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
