From 45149e33152f0888f3c763cb56f16ac4ccb42aae Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 16 Jul 2011 14:39:17 +0200 Subject: [PATCH] Revert "parted: build with GOLD support" This reverts commit bf769526484a762a81381c7ab668571bf1aa04b6. Conflicts: packages/sysutils/parted/build --- packages/sysutils/parted/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/sysutils/parted/build b/packages/sysutils/parted/build index d79ad29900..5e4caa08ac 100755 --- a/packages/sysutils/parted/build +++ b/packages/sysutils/parted/build @@ -22,6 +22,9 @@ . config/options $1 +# parted fails to build with GOLD linker + strip_gold + cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \