Author: sparky Date: Sat May 19 15:21:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added as-needed patch
---- Files affected: SPECS: nao.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/nao.spec diff -u SPECS/nao.spec:1.17 SPECS/nao.spec:1.18 --- SPECS/nao.spec:1.17 Sat May 19 15:21:09 2007 +++ SPECS/nao.spec Sat May 19 17:21:51 2007 @@ -15,6 +15,7 @@ Source0: http://nao.linux.pl/data/%{name}-%{version}.tar.bz2 # Source0-md5: b113c79af37fae2f6a7b12496900952e Patch0: %{name}-desktop.patch +Patch1: %{name}-as-needed.patch URL: http://nao.linux.pl/ BuildRequires: boost-any-devel BuildRequires: boost-filesystem-devel @@ -34,8 +35,6 @@ Obsoletes: openspace BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define filterout_ld -Wl,--as-needed - %description nao is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. Main features of nao are: @@ -76,8 +75,13 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} %configure \ %{?with_ssh:--enable-sshvfs} \ %{?with_ssh:--enable-ssl} \ @@ -112,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2007/05/19 15:21:51 sparky +- added as-needed patch + Revision 1.17 2007/05/19 13:21:09 undefine --as-needed disabled, fixed build on th ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nao.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
