Browse Source

pciutils: fixed by removing STRIP from makeopt and makeinstopt (see note)

Note:

The Makefile is using STRIP variable for 'install' commands strip option
'-s'.
user/amery/mess
Christian Wiese 14 years ago
parent
commit
1fdcf31355
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      base/pciutils/pciutils.conf

+ 4
- 0
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

Loading…
Cancel
Save