2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

git: remove autotools dependency

This commit is contained in:
Dylan Araps 2019-09-07 19:00:30 +03:00
parent 51b13c72e8
commit f7ddd3f249
4 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,21 @@
#!/bin/sh -e
make configure
./configure \
--prefix=/usr
--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
make
make DESTDIR="$1" install
make \
DESTDIR="$1" \
NO_CROSS_DIRECTORY_HARDLINKS=1 \
NO_INSTALL_HARDLINKS=1 \
install

View File

@ -1,4 +1,3 @@
autoconf make
curl
libressl
zlib

View File

@ -1,10 +0,0 @@
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
NO_CROSS_DIRECTORY_HARDLINKS=1
NO_INSTALL_HARDLINKS=1

View File

@ -1,2 +1 @@
https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz
files/config.mak