aboutsummaryrefslogtreecommitdiff
path: root/extra/libgpg-error/build
blob: 996cc653193ba20c0d0e7c91bc7b426e574bd301 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

./configure \
	--prefix=/usr \
	--disable-nls \
	--enable-shared
make
make DESTDIR="$1" install