From 95c8270c87467404a4e3c8f26f3b48d749ac0a04 Mon Sep 17 00:00:00 2001 From: mazze Date: Tue, 8 Aug 2017 16:21:47 +0000 Subject: [PATCH] Fix for "-r and -shared may not be used together" Changing of "configure" is silly, but when I change "aclocal.m4" I'm asked for "aclocal v1.13" which I don't have. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54844 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/boot/grub2-aros/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/all-pc/boot/grub2-aros/configure b/arch/all-pc/boot/grub2-aros/configure index 1be80c0cc2..4a474550d8 100755 --- a/arch/all-pc/boot/grub2-aros/configure +++ b/arch/all-pc/boot/grub2-aros/configure @@ -25552,6 +25552,7 @@ fi # `-fPIE' in the default specs. if [ x"$pie_possible" = xyes ]; then TARGET_CFLAGS="$TARGET_CFLAGS -fno-PIE" + TARGET_LDFLAGS="$TARGET_LDFLAGS -no-pie" fi CFLAGS="$TARGET_CFLAGS" -- 2.11.4.GIT