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

export LDFLAGS="$LDFLAGS -static"

patch -p1 < neatvi-completion.patch

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

make
make DESTDIR="$1" install