aboutsummaryrefslogtreecommitdiff
path: root/core/libnl/build
blob: 105b0ee62d815c30c0135ead33d0716085be5ec3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --sysconfdir=/etc \
    --disable-static

make
make DESTDIR="$1" install