forked from ports/contrib
bridge-utils: fix includes for more recent kernel headers
This commit is contained in:
parent
ad72e09903
commit
88758c802a
@ -13,6 +13,12 @@ build() {
|
||||
autoconf
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
sed -i 's|\(#include <sys/socket.h>\)|\1\n#include <netinet/in.h>|1' \
|
||||
libbridge/libbridge.h
|
||||
|
||||
grep include libbridge/libbridge.h
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user