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.lede-project.org./?a=commitdiff_plain;h=be48f1328b958071ad6c8fcf56d07aca9fed77f9;p=openwrt%2Fsvn-archive%2Fpackages.git 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 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. \ +))