From 1f2f4ba8283bd55bba9250923403160e881640f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 14:44:01 +0200 Subject: Add export DEB_LDFLAGS_MAINT_APPEND to fix the ld error multiple definition' --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1a5c24d..3c61bec 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") # hardening export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--allow-multiple-definition + %: dh $@ -- cgit v1.2.3