repo/core/rsync/build

14 lines
231 B
Plaintext
Raw Normal View History

2019-07-11 16:03:03 +00:00
#!/bin/sh -e
2019-07-20 07:35:49 +00:00
export CFLAGS="-static $CFLAGS"
sed -i 's/perl/awk -f/;s/mkproto.pl/mkproto.awk/' Makefile.in
2019-07-11 16:03:03 +00:00
./configure \
2019-07-11 16:05:40 +00:00
--prefix=/usr \
--with-included-popt \
--without-included-zlib
2019-07-11 16:03:03 +00:00
make
make DESTDIR="$1" install