From a4f2cc4296014eca8d97be5c785b321150a86a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Oct 2018 09:44:06 +0200 Subject: New debian/patches/0001-hardening.patch to fix hardening; d/rules: Fix tests --- debian/patches/0001-hardening.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/0001-hardening.patch (limited to 'debian/patches/0001-hardening.patch') diff --git a/debian/patches/0001-hardening.patch b/debian/patches/0001-hardening.patch new file mode 100644 index 0000000..e3c77eb --- /dev/null +++ b/debian/patches/0001-hardening.patch @@ -0,0 +1,20 @@ +Description: Fix hardening +Author: Jörg Frings-Fürst +Last-Update: 2018-10-01 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/configure.ac +=================================================================== +--- trunk.orig/configure.ac ++++ trunk/configure.ac +@@ -73,8 +73,8 @@ int main() + return 0; + } + ]])],[blb_cv_glib_sane=yes],[blb_cv_glib_sane=no],[blb_cv_glib_sane=yes])]) +-CPPFLAGS=$old_CPPFLAGS +-LDFLAGS=$old_LDFLAGS ++CPPFLAGS="$old_CPPFLAGS -fPIE" ++LDFLAGS="$old_LDFLAGS -fPIE -pie" + + if test "x$blb_cv_glib_sane" = "xno"; then + AC_MSG_ERROR([Glib headers inconsistent with current compiler setting. You might be using 32 bit Glib with a 64 bit compiler, check PKG_CONFIG_PATH]) -- cgit v1.2.3