From 15c84adca94bfe4a89ece5c04f06a884cf508ebb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 17 Jan 2011 21:55:49 +0100 Subject: fix packages to be compile with stack protector - libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages --- package/pango/patches/patch-tests_runtests_sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/pango/patches/patch-tests_runtests_sh (limited to 'package/pango/patches/patch-tests_runtests_sh') diff --git a/package/pango/patches/patch-tests_runtests_sh b/package/pango/patches/patch-tests_runtests_sh new file mode 100644 index 000000000..c4675af7a --- /dev/null +++ b/package/pango/patches/patch-tests_runtests_sh @@ -0,0 +1,8 @@ +--- pango-1.28.3.orig/tests/runtests.sh 2010-09-29 13:02:41.000000000 +0200 ++++ pango-1.28.3/tests/runtests.sh 2011-01-14 23:40:32.000000000 +0100 +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /bin/bash + + LOGFILE=runtests.log + POTENTIAL_TESTS='testboundaries testcolor testboundaries_ucd' -- cgit v1.2.3