2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/core/git/build

22 lines
436 B
Plaintext
Raw Normal View History

2019-06-02 07:00:13 +00:00
#!/bin/sh -e
2019-06-18 12:17:49 +00:00
./configure \
2019-09-07 16:00:30 +00:00
--prefix=/usr \
ac_cv_snprintf_returns_bogus=no \
ac_cv_fread_reads_directories=yes \
NO_GETTEXT=YesPlease \
NO_SVN_TESTS=YesPlease \
NO_TCLTK=YesPlease \
NO_EXPAT=YesPlease \
NO_NSEC=YesPlease \
NO_PYTHON=YesPlease \
NO_PERL=YesPlease \
NO_SYS_POLL_H=1
2019-06-02 07:00:13 +00:00
make
2019-09-07 16:00:30 +00:00
make \
DESTDIR="$1" \
NO_CROSS_DIRECTORY_HARDLINKS=1 \
NO_INSTALL_HARDLINKS=1 \
install