SPECS: freedroidrpg.spec - linking with -lGL, autotools works again

lisu lisu at pld-linux.org
Sun Aug 12 21:58:55 CEST 2007


Author: lisu                         Date: Sun Aug 12 19:58:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- linking with -lGL, autotools works again

---- Files affected:
SPECS:
   freedroidrpg.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/freedroidrpg.spec
diff -u SPECS/freedroidrpg.spec:1.15 SPECS/freedroidrpg.spec:1.16
--- SPECS/freedroidrpg.spec:1.15	Thu Jul  5 13:43:25 2007
+++ SPECS/freedroidrpg.spec	Sun Aug 12 21:58:50 2007
@@ -20,6 +20,8 @@
 BuildRequires:	SDL_image-devel
 BuildRequires:	SDL_mixer-devel
 BuildRequires:	SDL_net-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	gtk+-devel
 BuildRequires:	libjpeg-devel
 BuildRequires:	libogg-devel
@@ -71,7 +73,12 @@
 %setup -q
 
 %build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	LIBS=-lGL
 %{__make}
 
 %install
@@ -110,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2007/08/12 19:58:50  lisu
+- linking with -lGL, autotools works again
+
 Revision 1.15  2007/07/05 11:43:25  lisu
 - 0.10.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/freedroidrpg.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list