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

./configure \
	--prefix=/usr \
	--enable-static

clsed 's/defined(__USE_UNIX98) || defined(__USE_XOPEN2K)/1/' src/npth.h

make
make DESTDIR="$1" install