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

# Python 3 support (but not for > 3.5).
sed -i 's/(3, 5)/(3, 8)/' configure

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install