SPECS: gaim-plugin-tlen.spec - updated Makefile patch for lib64 su...

qboosh qboosh at pld-linux.org
Thu May 17 20:59:15 CEST 2007


Author: qboosh                       Date: Thu May 17 18:59:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated Makefile patch for lib64 support
- pass optflags

---- Files affected:
SPECS:
   gaim-plugin-tlen.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/gaim-plugin-tlen.spec
diff -u SPECS/gaim-plugin-tlen.spec:1.4 SPECS/gaim-plugin-tlen.spec:1.5
--- SPECS/gaim-plugin-tlen.spec:1.4	Mon Apr 30 22:46:50 2007
+++ SPECS/gaim-plugin-tlen.spec	Thu May 17 20:59:10 2007
@@ -30,13 +30,16 @@
 %patch0 -p1
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="`pkg-config --cflags gaim` -fPIC -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIBDIR=%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +56,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/05/17 18:59:10  qboosh
+- updated Makefile patch for lib64 support
+- pass optflags
+
 Revision 1.4  2007/04/30 20:46:50  qboosh
 - use version in setup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gaim-plugin-tlen.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list