mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
git: remove autotools dependency
This commit is contained in:
parent
51b13c72e8
commit
f7ddd3f249
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
autoconf make
|
||||
curl
|
||||
libressl
|
||||
zlib
|
||||
|
@ -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
|
@ -1,2 +1 @@
|
||||
https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz
|
||||
files/config.mak
|
||||
|
Loading…
Reference in New Issue
Block a user