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

export LDFLAGS="$LDFLAGS -static"

./configure \
    --prefix=/usr \
    --enable-help \
    --enable-history \
    --disable-nls \
    --disable-printf \
    --enable-socket \
    --enable-lineedit

make
make DESTDIR="$1" install