From 919b445a758869268d0bf0b0d094e8a21928a0e6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Mon, 11 Jan 2016 01:06:42 +0100 Subject: debian: Fix setting -Wl,-Bsymbolic on Wheezy only Bug: 11992 Change-Id: Iec525a43e8f1703247213d1d6a139dcabc18fb37 Reviewed-on: https://code.wireshark.org/review/13178 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Balint Reczey --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 37403cb700..080f576363 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ endif export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all -ifeq (,$(filter $(distrelease),wheezy)) +ifneq (,$(filter $(distrelease),wheezy)) export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic endif -- cgit v1.2.3