From: Florian Fainelli 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: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=44d71eade23c229ef6be6b29b263cbb547aed566;hp=b5645a2584518517ae28e17ef009efda99ffe101 pysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check on the gnu/stubs-32.h SVN-Revision: 12717 --- diff --git a/lang/pysqlite/Makefile b/lang/pysqlite/Makefile index ee74d7fccc..b5896150fa 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. \ +))