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

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

make LDFLAGS="$LDFLAGS -static" CCLD="${CC:-cc} -all-static"
make DESTDIR="$1" install