Update glib.mk

Don't let autogen.sh run configure - we do this manually.
This commit is contained in:
Ryan Pavlik 2013-03-08 14:12:05 -06:00
parent 8776dd152f
commit 4deeae718f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ define $(PKG)_SYMLINK
endef
define $(PKG)_BUILD
cd '$(1)' && ./autogen.sh
cd '$(1)' && NOCONFIGURE=true ./autogen.sh
rm -f '$(PREFIX)/$(TARGET)/bin/glib-*'
$(if $(findstring y,\
$(shell [ -x "`which glib-genmarshal`" ] && \