SPECS: wvdial.spec - programs use symbols from libwvbase directly ...

sparky sparky at pld-linux.org
Mon Jul 31 03:28:43 CEST 2006


Author: sparky                       Date: Mon Jul 31 01:28:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- programs use symbols from libwvbase directly too, fix build with --as-needed

---- Files affected:
SPECS:
   wvdial.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/wvdial.spec
diff -u SPECS/wvdial.spec:1.17 SPECS/wvdial.spec:1.18
--- SPECS/wvdial.spec:1.17	Sat Jan 29 21:52:19 2005
+++ SPECS/wvdial.spec	Mon Jul 31 03:28:38 2006
@@ -10,6 +10,7 @@
 # Source0-md5:	8648c044305fc66ee33ecc55d36f8c8b
 URL:		http://open.nit.ca/wvdial/
 BuildRequires:	libstdc++-devel
+BuildRequires:	sed >= 4.0
 BuildRequires:	wvstreams-devel
 Requires:	ppp >= 2.4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+sed '/LIBS +=/s/$/ -lwvbase/' -i Makefile
 
 %build
 %{__make} \
@@ -66,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/07/31 01:28:38  sparky
+- programs use symbols from libwvbase directly too, fix build with --as-needed
+
 Revision 1.17  2005/01/29 20:52:19  areq
 - 1.54.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wvdial.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list