SPECS: motion.spec - fixed as-needed issue

sls sls at pld-linux.org
Mon Jan 7 11:32:09 CET 2008


Author: sls                          Date: Mon Jan  7 10:32:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed as-needed issue

---- Files affected:
SPECS:
   motion.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/motion.spec
diff -u SPECS/motion.spec:1.50 SPECS/motion.spec:1.51
--- SPECS/motion.spec:1.50	Sun Jan  6 18:59:52 2008
+++ SPECS/motion.spec	Mon Jan  7 11:32:04 2008
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - fix as-needed
 #
 # Conditional builds:
 %bcond_without	pgsql		# build PostgreSQL support
@@ -19,6 +17,7 @@
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Patch0:		%{name}-config.patch
+Patch1:		%{name}-as_needed.patch
 URL:		http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -30,8 +29,6 @@
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		filterout_ld	-Wl,--as-needed
-
 %description
 Motion is a software motion detector. It grabs images from video4linux
 devices and/or from webcams (such as the axis network cameras). Motion
@@ -69,6 +66,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
@@ -151,6 +149,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2008-01-07 10:32:04  sls
+- fixed as-needed issue
+
 Revision 1.50  2008-01-06 17:59:52  blues
 - rel.3 - it's not as-needed ready, disabled; BR mjpegutils.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/motion.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list