]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
mesa: Don't link with -z lazy.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Feb 2013 17:03:48 +0000 (18:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Feb 2013 17:03:48 +0000 (18:03 +0100)
Use the bind now hardening feature on mesa as well.

I could not test if the X server still properly starts up.

mesa/mesa.nm

index ab7125902769cb56fb787804ed5fef0270c2a6f7..48a9e5d225a9d6a87132427d0ffda8e846c03511 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = mesa
 version    = 9.0.2
-release    = 1
+release    = 1.1
 
 groups     = Development/Tools
 url        = http://www.mesa3d.org
@@ -44,8 +44,6 @@ build
 
        DIR_APP = %{DIR_SRC}/Mesa-%{version}
 
-       CFLAGS += -Wl,-z,lazy
-
        if "%{DISTRO_PLATFORM}" == "x86"
                platform_drivers = ,i915,i965
        end