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

export CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)"

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install