SPECS: Mesa.spec - glxgears and glxinfo linking fixed - they were ...

twittner twittner at pld-linux.org
Fri Nov 3 18:45:23 CET 2006


Author: twittner                     Date: Fri Nov  3 17:45:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- glxgears and glxinfo linking fixed - they were linked with
  already installed Mesa libraries (/usr/lib) instead of fresh built
  (located in source tree) - thnx to BeCe
- note: building triggers zylions warnings:
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/gconv.h, line 31): cannot find include file "stddef.h"

---- Files affected:
SPECS:
   Mesa.spec (1.124 -> 1.125) 

---- Diffs:

================================================================
Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.124 SPECS/Mesa.spec:1.125
--- SPECS/Mesa.spec:1.124	Fri Nov  3 09:13:15 2006
+++ SPECS/Mesa.spec	Fri Nov  3 18:45:18 2006
@@ -524,7 +524,7 @@
 	OPT_FLAGS="%{rpmcflags}" \
 	XLIB_DIR=%{_libdir} \
 	PROGS="glxgears" \
-	APP_LIB_DEPS="-L\$(LIB_DIR) -lGL"
+	APP_LIB_DEPS="-L../../lib -lGL"
 
 %{__make} -C progs/xdemos \
 	CC="%{__cc}" \
@@ -532,7 +532,7 @@
 	OPT_FLAGS="%{rpmcflags}" \
 	XLIB_DIR=%{_libdir} \
 	PROGS="glxinfo" \
-	APP_LIB_DEPS="-L\$(LIB_DIR) -lGL -L../../lib-dri -lGLU"
+	APP_LIB_DEPS="-L../../lib -lGL -L../../lib-dri -lGLU"
 
 mv -f lib lib-dri
 %{__make} clean \
@@ -741,6 +741,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.125  2006/11/03 17:45:18  twittner
+- glxgears and glxinfo linking fixed - they were linked with
+  already installed Mesa libraries (/usr/lib) instead of fresh built
+  (located in source tree) - thnx to BeCe
+- note: building triggers zylions warnings:
+makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
+makedepend: warning:  ../../common/driverfuncs.c (reading /usr/include/gconv.h, line 31): cannot find include file "stddef.h"
+
 Revision 1.124  2006/11/03 08:13:15  arekm
 - updated to 20061103 snap
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Mesa.spec?r1=1.124&r2=1.125&f=u



More information about the pld-cvs-commit mailing list