summaryrefslogtreecommitdiff
path: root/package/git/Makefile
diff options
context:
space:
mode:
authorLinux User <wbx@linux.(none)>2009-10-01 15:44:52 +0200
committerLinux User <wbx@linux.(none)>2009-10-01 15:44:52 +0200
commit1d2ddabc7b9d0b63887058f6799c281cfa1f1370 (patch)
tree3e332a0293df7fed64796e81398469ad4be9eaca /package/git/Makefile
parent71c91ce903a90de852b5d66a27a673ff6e785cee (diff)
some native build fixes
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package
Diffstat (limited to 'package/git/Makefile')
-rw-r--r--package/git/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/git/Makefile b/package/git/Makefile
index db4082797..e02c9e669 100644
--- a/package/git/Makefile
+++ b/package/git/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= git
PKG_VERSION:= 1.6.4.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= d7732d13a227d89f05122d230c5c8048
PKG_DESCR:= fast version control system
PKG_SECTION:= misc
@@ -17,7 +17,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GIT,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-TCFLAGS+= -DNO_NSEC -DNO_TCLTK -DNO_PERL
+MAKE_ENV+= NO_PERL=1 NO_NSEC=1 NO_TCLTK=1
+XAKE_FLAGS+= V=1
CONFIGURE_STYLE:= gnu
CONFIGURE_ENV+= ac_cv_c_c99_format=yes \
ac_cv_fread_reads_directories=no \