From 95087ef8f8b074f60c2171a34dad1bd216d276e3 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 26 Sep 2008 16:19:42 +0000 Subject: [PATCH] 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 --- lang/pysqlite/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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. \ +)) -- 2.11.0