From: Michael Tremer Date: Thu, 7 Feb 2013 17:03:48 +0000 (+0100) Subject: mesa: Don't link with -z lazy. X-Git-Tag: pango~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b84451c65bc7e712edea7691c1e4d1990a45f17;p=people%2Fstevee%2Fipfire-3.x.git mesa: Don't link with -z lazy. Use the bind now hardening feature on mesa as well. I could not test if the X server still properly starts up. --- diff --git a/mesa/mesa.nm b/mesa/mesa.nm index ab7125902..48a9e5d22 100644 --- a/mesa/mesa.nm +++ b/mesa/mesa.nm @@ -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