repo/core/libnl3/build

11 lines
130 B
Plaintext
Raw Normal View History

2019-06-21 02:48:53 -06:00
#!/bin/sh -e
2019-06-21 05:12:00 -06:00
patch -p0 < musl-ipv6.patch
2019-06-21 02:48:53 -06:00
./configure \
2019-06-21 02:52:39 -06:00
--prefix=/usr \
--disable-static
2019-06-21 02:48:53 -06:00
make
make DESTDIR="$1" install