Browse Source

Improved iproute2 to install libnetlink.a and related header files

early
Christian Wiese 17 years ago
parent
commit
ca7eeeb7e9
  1. 2
      network/iproute2/iproute2.conf

2
network/iproute2/iproute2.conf

@ -20,6 +20,8 @@ set_confopt
var_append makeopt " " "KERNEL_INCLUDE=$root/usr/include" var_append makeopt " " "KERNEL_INCLUDE=$root/usr/include"
var_append makeopt " " "LIBC_INCLUDE=$root/usr/include" var_append makeopt " " "LIBC_INCLUDE=$root/usr/include"
var_append makeinstopt " " "SBINDIR=$sbindir" var_append makeinstopt " " "SBINDIR=$sbindir"
# install libnetlink.a and related header files
var_append makeinstopt " " "DEVEL=1"
# iproute2 release tarball for 2.6.22-070710 doesn't have a toplevel directory # iproute2 release tarball for 2.6.22-070710 doesn't have a toplevel directory
# Note: iproute2-2.6.23 doesn't require this hack! # Note: iproute2-2.6.23 doesn't require this hack!

Loading…
Cancel
Save