]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add exception to several X modules to pass QA with disabled BIND_NOW.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 10 Sep 2010 19:37:25 +0000 (21:37 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 10 Sep 2010 19:37:25 +0000 (21:37 +0200)
pkgs/core/mesa/mesa.nm
pkgs/core/xorg-x11-drv-ati/xorg-x11-drv-ati.nm
pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm
pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm
pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
pkgs/core/xorg-x11-server/xorg-x11-server.nm

index 73611a8abccee9b7f8a4b5eec7687cc046d33db2..a5f6acada788028684aa9aa4941f14a90eff7018 100644 (file)
@@ -47,6 +47,8 @@ DIR_APP        = $(DIR_SRC)/Mesa-$(PKG_VER)
 
 CFLAGS        += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --enable-pic \
        --with-driver=dri \
index 35577354f40c45d0a3af838d3ec97389fff3e337..1b64f0725357833aa216f86b3057a05c26713abd 100644 (file)
@@ -47,6 +47,8 @@ DIR_APP = $(DIR_SRC)/xf86-video-ati-$(PKG_VER)
 
 CFLAGS        += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --enable-dri \
        --disable-static
index 6e560a2ecae9b58ef27658e2d6a4de7559e0d2aa..9423b6594422c89e2cc1f68c1f3757bee76cbcec 100644 (file)
@@ -46,5 +46,7 @@ DIR_APP        = $(DIR_SRC)/xf86-input-evdev-$(PKG_VER)
 
 CFLAGS       += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --disable-static
index f4f0281c14cd7cffdb3ae66aa76e360d8f80ea18..2941b347be80b5f531d186845868dce7bcdbdf3c 100644 (file)
@@ -47,5 +47,7 @@ DIR_APP = $(DIR_SRC)/xf86-input-keyboard-$(PKG_VER)
 
 CFLAGS        += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --disable-static
index 14f0361cac55d395f57959edb77a8d0df29702d0..4a8ee39f29232dfae4236bbd17f74fd2be1c82f9 100644 (file)
@@ -47,5 +47,7 @@ DIR_APP = $(DIR_SRC)/xf86-input-mouse-$(PKG_VER)
 
 CFLAGS        += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --disable-static
index 3e9488b12d7f31a2bff4f61e3fe56b3d9fbd6c45..3ca6e9c392c88dccc034a6b65fd7e2548c29c736 100644 (file)
@@ -47,5 +47,7 @@ DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER)
 
 CFLAGS        += -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 CONFIGURE_OPTIONS += \
        --disable-static
index 23a70526ea6af03e3508444415f166a81d898752..cc90a1d08f1c3a01e3d4242675375683eec1b64b 100644 (file)
@@ -54,6 +54,8 @@ PKG_TARBALL    = xorg-server-$(PKG_VER).tar.bz2
 
 CFLAGS        += -Wstrict-overflow -rdynamic -Wl,-z,lazy
 
+QUALITY_AGENT_PERMIT_NOT_FULL_RELRO = yes
+
 DIR_APP        = $(DIR_SRC)/xorg-server-$(PKG_VER)
 
 STAGE_BUILD_TARGETS = V=1