aboutsummaryrefslogtreecommitdiff
path: root/extra/libtirpc/build
blob: c15fb381d1e983f9e29d971d7133b5939225fffb (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

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

make
make DESTDIR="$1" install