SPECS: tgui.spec - build on 64 bits

lisu lisu at pld-linux.org
Mon Aug 20 23:54:46 CEST 2007


Author: lisu                         Date: Mon Aug 20 21:54:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build on 64 bits

---- Files affected:
SPECS:
   tgui.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/tgui.spec
diff -u SPECS/tgui.spec:1.8 SPECS/tgui.spec:1.9
--- SPECS/tgui.spec:1.8	Sat Aug 18 20:44:09 2007
+++ SPECS/tgui.spec	Mon Aug 20 23:54:41 2007
@@ -62,6 +62,7 @@
 	FLAGS="%{rpmcxxflags}" \
 	LDFLAGS="%{rpmldflags}"
 
+%{__cxx} -fpic -c tgui.cpp
 %{__cxx} -shared %{name}.o -o libtgui.so `allegro-config --libs`
 
 %install
@@ -69,7 +70,8 @@
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir}}
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	LIBDIR="%{_libdir}"
 
 install libtgui.so $RPM_BUILD_ROOT%{_libdir}
 
@@ -95,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/08/20 21:54:41  lisu
+- build on 64 bits
+
 Revision 1.8  2007/08/18 18:44:09  lisu
 - fix libtgui.so making
 - use LDFLAGS
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tgui.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list