add luaposix crypt support (and darwin_compile patch for patch compatibility reasons)
[openwrt/svn-archive/archive.git] / lang / luaposix / Makefile
index bec0b11fb0249a72abeaca9c087a56dd412c54d1..e563b6b3f51006a0961c66bb344b79c221cac648 100644 (file)
@@ -39,7 +39,8 @@ define Build/Compile
                AR="$(TARGET_CROSS)ar rcu" \
                RANLIB="$(TARGET_CROSS)ranlib" \
                INSTALL_ROOT=/usr \
-               LUAINC=$(STAGING_DIR)/usr/include
+               LUAINC=$(STAGING_DIR)/usr/include \
+               OS=Linux
        $(STRIP) $(PKG_BUILD_DIR)/posix.so
 endef