From: florian Date: Fri, 26 Sep 2008 16:19:42 +0000 (+0000) Subject: pysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=95087ef8f8b074f60c2171a34dad1bd216d276e3;p=packages.git 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 --- diff --git a/lang/pysqlite/Makefile b/lang/pysqlite/Makefile index ee74d7fcc..b5896150f 100644 --- a/lang/pysqlite/Makefile +++ b/lang/pysqlite/Makefile @@ -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. \ +))