]> git.armaanb.net Git - asd-repo.git/blob - core/zlib/build
Adapt for asd linux
[asd-repo.git] / core / zlib / build
1 #!/bin/sh -e
2
3 export CFLAGS="$CFLAGS -fPIC"
4
5 ./configure \
6     --prefix=/usr \
7     --libdir=/usr/lib \
8     --shared
9
10 make
11 make DESTDIR="$1" install