git: disable_debug until I look at this more deeply.
This commit is contained in:
parent
74c4d28125
commit
4f34986933
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'git".
|
||||
pkgname=git
|
||||
version=1.8.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="GIT Tree History Storage Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://git-scm.com/"
|
||||
|
@ -25,6 +25,8 @@ depends="ca-certificates"
|
|||
makedepends="xmlto>=0.0.25_2 asciidoc perl openssl-devel libcurl-devel
|
||||
expat-devel python-devel"
|
||||
|
||||
disable_debug=yes
|
||||
|
||||
do_configure() {
|
||||
./configure ${CONFIGURE_SHARED_ARGS} --with-curl \
|
||||
--with-expat --without-tcltk
|
||||
|
|
Loading…
Reference in New Issue