pysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check on the gnu/stubs-32.h

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12717 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-09-26 16:19:42 +00:00
parent 7e5e17696a
commit 95087ef8f8

View File

@ -49,3 +49,7 @@ endef
$(eval $(call PyPackage,python-sqlite))
$(eval $(call BuildPackage,python-sqlite))
$(eval $(call RequireHeader,/usr/include/gnu/stubs-32.h, \
$(PKG_NAME) requires a 32-bits toolchain. \
))