From 1fdcf313559304cde97d201a12fcd93d8c91d6a5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 13 Aug 2010 23:29:10 +0200 Subject: [PATCH] pciutils: fixed by removing STRIP from makeopt and makeinstopt (see note) Note: The Makefile is using STRIP variable for 'install' commands strip option '-s'. --- base/pciutils/pciutils.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/pciutils/pciutils.conf b/base/pciutils/pciutils.conf index d4bf2ae23..acd3dbfdc 100644 --- a/base/pciutils/pciutils.conf +++ b/base/pciutils/pciutils.conf @@ -15,6 +15,10 @@ var_append makeopt ' ' "PREFIX=/$prefix" var_append makeinstopt ' ' "PREFIX=/$prefix" +# Makefile is using STRIP variable for 'install' commands strip option +var_remove_regex makeopt ' ' "STRIP=.*" +var_remove_regex makeinstopt ' ' "STRIP=.*" + if [ "$SDECFG_STATIC" != 1 ]; then buildloops=2 fi