From: Schantl Stefan Date: Fri, 10 Sep 2010 19:37:25 +0000 (+0200) Subject: Add exception to several X modules to pass QA with disabled BIND_NOW. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf28dbea91f9ca63f6a4cb65407fa09aae85ba6;p=ipfire-3.x.git Add exception to several X modules to pass QA with disabled BIND_NOW. --- diff --git a/pkgs/core/mesa/mesa.nm b/pkgs/core/mesa/mesa.nm index 73611a8ab..a5f6acada 100644 --- a/pkgs/core/mesa/mesa.nm +++ b/pkgs/core/mesa/mesa.nm @@ -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 \ diff --git a/pkgs/core/xorg-x11-drv-ati/xorg-x11-drv-ati.nm b/pkgs/core/xorg-x11-drv-ati/xorg-x11-drv-ati.nm index 35577354f..1b64f0725 100644 --- a/pkgs/core/xorg-x11-drv-ati/xorg-x11-drv-ati.nm +++ b/pkgs/core/xorg-x11-drv-ati/xorg-x11-drv-ati.nm @@ -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 diff --git a/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm b/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm index 6e560a2ec..9423b6594 100644 --- a/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm +++ b/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm @@ -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 diff --git a/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm b/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm index f4f0281c1..2941b347b 100644 --- a/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm +++ b/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm @@ -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 diff --git a/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm b/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm index 14f0361ca..4a8ee39f2 100644 --- a/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm +++ b/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm @@ -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 diff --git a/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm b/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm index 3e9488b12..3ca6e9c39 100644 --- a/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm +++ b/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm @@ -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 diff --git a/pkgs/core/xorg-x11-server/xorg-x11-server.nm b/pkgs/core/xorg-x11-server/xorg-x11-server.nm index 23a70526e..cc90a1d08 100644 --- a/pkgs/core/xorg-x11-server/xorg-x11-server.nm +++ b/pkgs/core/xorg-x11-server/xorg-x11-server.nm @@ -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