Browse Source

kmod: changed to not build static library and to run autoreconf

user/chris/wip/musl
Christian Wiese 11 years ago
parent
commit
c869754f49
  1. 4
      base/kmod/kmod.conf

4
base/kmod/kmod.conf

@ -16,10 +16,10 @@ prefix=
set_confopt
# always regenerate autotools files
hook_add preconf 9 'autoreconf -vfi'
hook_add preconf 1 'autoreconf -vfi'
# always build a static library
var_append extraconfopt ' ' "--enable-static"
# var_append extraconfopt ' ' "--enable-static"
# explicitely use --with-sysroot when not building native
if ! atstage native; then

Loading…
Cancel
Save