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/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
1fdcf31355
  1. 4
      base/pciutils/pciutils.conf

4
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