Package: zabbix
Version: 1.8.10
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello,
The DEB_CFLAGS_MAINT_APPEND setting in debian/rules is not
working because $(shell ..) doesn't use local (environment)
variables. The following patch fixes this:
diff -Nru zabbix-1.8.10/debian/rules zabbix-1.8.10/debian/rules
--- zabbix-1.8.10/debian/rules 2012-01-27 23:28:55.000000000 +0100
+++ zabbix-1.8.10/debian/rules 2012-03-14 23:41:26.000000000 +0100
@@ -64,8 +64,6 @@
INSTALL_SCRIPT = $(INSTALL) -p -oroot -groot -m755
INSTALL_DIR = $(INSTALL) -p -d -oroot -groot -m755
-DEB_CFLAGS_MAINT_APPEND=-Wall
-
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
@@ -78,7 +76,7 @@
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
- $(shell dpkg-buildflags --export=configure) \
+ $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags
--export=configure) \
--enable-server \
--enable-agent \
--enable-proxy \
Thanks for enabling the hardening flags.
Regards,
Simon
- --
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJPYSBaAAoJEJL+/bfkTDL5mzoP/12/QRBX8DhzpWfO2bHI+Ff/
toKubNEvYS1DNJ/Qwdn+q0oguKJ7lcMupYzm2tCJlk4WY9evb1dN0yxlUkGcuPD1
c8+NZ9uNVO/LYkyi3/es15hp+gTo6sPEo/W1HOuelukkZfEXN5bHWbTuv7EwemGt
ZBbZzKpuYyQBnOoVDB2OW1StnBZR8bN6CYwZ9hxrFKdlaP7mUmMDIe1TiYEKeQ0N
4aE0LpVO7DK4LyAq6nVTaupYyefSihzh/h1eoDRvvWpLriwIGGvkx31R7U0OLA6C
LHeZG1YhWQ38eju+ugZrn3zNzAmfF0x0mQRM0jmA7O1Ibjc04W5fMoVjK6iOdqt7
ZclBVC+HlWXhRRDbaMEaLgw56LbLV/vPaJd3OluLi3dX7I4Y07gpWT6IjEAWZ4Tc
78NOwrN8+oOp36CJSz6DZUBrZ2Qe0ToTiyLK0fi4uCcFPdpLrRz5szfOThexgsK6
Zp5L2GHskRC7MmdteQWH8flZHM3OiLsLo3DGM/wg63RJvBNxhpHVN3OsfQLqBqdL
vM23DXrmTZGus+rnj8ICIgtm+Znnhs8xcHC+LU+8hj9IOR8NxeOqe2klqmGgkSoo
igilOMAzGXX84jHpsRu0YRvDfkClLAfxfmix3QhnOx0PxmTF58EgfJvZ/plIGgTo
rr252Fsv+0TyWC5RHlKd
=JBBN
-----END PGP SIGNATURE-----
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]