[Mesa-dev] [Bug 29585] glsl2: --enable-32-bit doesn't check for talloc properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 22 17:42:25 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29585

Eric Anholt <eric at anholt.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Eric Anholt <eric at anholt.net> 2010-08-22 17:42:25 PDT ---
Thanks for tracking down the issue.  Hopefully this fixes it:

commit 639cdd3782c40c422c33c907949376c735d9340c
Author: Eric Anholt <eric at anholt.net>
Date:   Sun Aug 22 17:34:18 2010 -0700

    mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.

    I had used pkg-config from the Makefile because I didn't want to screw
    around with the non-autoconf build, but that doesn't work because the
    PKG_CONFIG_PATH or TALLOC_LIBS/TALLOC_CFLAGS that people set at
    configure time needs to be respected and may not be present at build
    time.

    Bug #29585

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list