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

# The default include directory messes with otools
./configure \
     --prefix=/usr \
     --includedir=/usr/include/md

make
make DESTDIR="$1" install