aboutsummaryrefslogtreecommitdiff
path: root/extra/groff/build
blob: f19e38ef8f0887a86fde065fff3672ca7a5a18db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static"

./configure \
    --prefix=/usr \
    --without-x \
    --disable-rpath \
    --disable-nls

make
make DESTDIR="$1" install