aboutsummaryrefslogtreecommitdiff
path: root/community/gpgme/build
blob: 37ab54bad1a448647ffec30c94b05efd16844bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --enable-static=yes \
    --disable-nls \
    --disable-gpg-test \
    --disable-gpgconf-test

clsed '$a#define _LARGEFILE64_SOURCE' conf/config.h

make
make DESTDIR="$1" install