diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 07:26:30 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 07:26:30 +0800 |
| commit | a64930636462bf24118ca7266f699ce2b696e821 (patch) | |
| tree | 58d116ac5f03aa9e84ece6e4ffa6b489573042a4 /repos/core/git/abuild | |
| parent | ddd8e1a8fab2ac39396282a7c09ddf6eca219613 (diff) | |
| download | alicelinux-a64930636462bf24118ca7266f699ce2b696e821.tar.gz alicelinux-a64930636462bf24118ca7266f699ce2b696e821.zip | |
clang branch updated
Diffstat (limited to 'repos/core/git/abuild')
| -rw-r--r-- | repos/core/git/abuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/repos/core/git/abuild b/repos/core/git/abuild new file mode 100644 index 00000000..290cd1ba --- /dev/null +++ b/repos/core/git/abuild @@ -0,0 +1,20 @@ +name=git +version=2.49.0 +release=1 +source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz" +build_type=configure_build + +prebuild() { +cat > config.mak <<EOF +NO_GETTEXT=YesPlease +NO_EXPAT=YesPlease +NO_PERL=YesPlease +NO_SVN_TESTS=YesPlease +NO_TCLTK=YesPlease +NO_NSEC=YesPlease +NO_PYTHON=YesPlease +NO_SYS_POLL_H=1 +NO_CROSS_DIRECTORY_HARDLINKS=1 +NO_INSTALL_HARDLINKS=1 +EOF +} |