SPECS: logg.spec - 1 job at a time - fix liblogg.so making

shadzik shadzik at pld-linux.org
Sat Aug 18 19:35:26 CEST 2007


Author: shadzik                      Date: Sat Aug 18 17:35:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1 job at a time
- fix liblogg.so making

---- Files affected:
SPECS:
   logg.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/logg.spec
diff -u SPECS/logg.spec:1.5 SPECS/logg.spec:1.6
--- SPECS/logg.spec:1.5	Sat Aug 18 18:25:52 2007
+++ SPECS/logg.spec	Sat Aug 18 19:35:21 2007
@@ -60,12 +60,12 @@
 %patch0 -p1
 
 %build
-%{__make} -f Makefile.unix \
+%{__make} -j1 -f Makefile.unix \
 	CC="%{__cc}" \
 	FLAGS="%{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}"
 
-%{__cc} -shared %{name}.o -o liblogg.so
+%{__cc} -shared %{name}.o -o liblogg.so -lvorbisfile `allegro-config --libs`
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -99,6 +99,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/08/18 17:35:21  shadzik
+- 1 job at a time
+- fix liblogg.so making
+
 Revision 1.5  2007/08/18 16:25:52  lisu
 - use LDFLAGS
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/logg.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list