]> git.armaanb.net Git - asd-repo.git/blobdiff - core/git/build
axel: new package at 2.17.10
[asd-repo.git] / core / git / build
index 786edb0640982b1de7f18e8c3789c74bfbb313c4..f249eddab34d75516bdac26ec5114c79cf59374f 100755 (executable)
@@ -6,23 +6,23 @@ cat > config.mak <<EOF
 NO_GETTEXT=YesPlease
 NO_SVN_TESTS=YesPlease
 NO_TCLTK=YesPlease
-NO_EXPAT=YesPlease
 NO_NSEC=YesPlease
 NO_SVN_TESTS=YesPlease
 NO_SYS_POLL_H=1
 NO_CROSS_DIRECTORY_HARDLINKS=1
 NO_INSTALL_HARDLINKS=1
+NO_PERL=YesPlease
 EOF
 
 ./configure \
     --prefix=/usr \
     --libexecdir=/usr/lib \
-    ac_cv_lib_curl_curl_global_init=yes \
+    ac_cv_lib_curl_curl_global_init=no \
     ac_cv_snprintf_returns_bogus=no \
     ac_cv_fread_reads_directories=yes
 
-make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz"
-make DESTDIR="$1" install
+gmake LIBS="libgit.a xdiff/lib.a -lz"
+gmake DESTDIR="$1" install
 
 cp -rf man "$1/usr/share/man"
 rm -rf \