]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- glxgears and glxinfo linking fixed - they were linked with
authortwittner <twittner@pld-linux.org>
Fri, 3 Nov 2006 17:45:18 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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"

Changed files:
    Mesa.spec -> 1.125

Mesa.spec

index 71afc4354e0aec1827a5843532df580f1894def3..3eb8d16fd5d2524d92b3a833d3f07cac2968b99c 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -523,7 +523,7 @@ mv -f lib lib-static
        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}" \
@@ -531,7 +531,7 @@ mv -f lib lib-static
        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 \
This page took 0.032542 seconds and 4 git commands to generate.