packages: stfl/stfl.spec - also link with libtinfow

sparky sparky at pld-linux.org
Thu Dec 10 22:34:03 CET 2009


Author: sparky                       Date: Thu Dec 10 21:34:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- also link with libtinfow

---- Files affected:
packages/stfl:
   stfl.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: packages/stfl/stfl.spec
diff -u packages/stfl/stfl.spec:1.22 packages/stfl/stfl.spec:1.23
--- packages/stfl/stfl.spec:1.22	Thu Nov 26 03:00:35 2009
+++ packages/stfl/stfl.spec	Thu Dec 10 22:33:56 2009
@@ -124,11 +124,12 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+echo 'LDLIBS=-ltinfow' >> Makefile.cfg
 
 %build
 %{__make} -j1 \
 	prefix="" \
- 	libdir=%{_libdir} \
+	libdir=%{_libdir} \
 	CFLAGS="-Wall %{rpmcflags} -I. -D_GNU_SOURCE -fPIC" \
 	LDFLAGS="%{rpmldflags}" \
 	CC="%{__cc} -pthread"
@@ -137,9 +138,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} -j1 install \
- 	prefix=%{_prefix} \
- 	libdir=%{_lib} \
- 	DESTDIR=$RPM_BUILD_ROOT
+	prefix=%{_prefix} \
+	libdir=%{_lib} \
+	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install example{,.c,.stfl} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -192,6 +193,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2009/12/10 21:33:56  sparky
+- also link with libtinfow
+
 Revision 1.22  2009/11/26 02:00:35  sparky
 - reversed names of script languages subpackages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/stfl/stfl.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list