diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 23:54:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 23:54:26 +0000 |
commit | 0d56c7c638678d6369e6d64d1a7a5bd0c626fc76 (patch) | |
tree | 52c150e57997018607370f74f7e8a80406e48fb6 /package/lua/Makefile | |
parent | f684d0a47b5fefa1ffc59c51e17482dc13d3a272 (diff) | |
download | upstream-0d56c7c638678d6369e6d64d1a7a5bd0c626fc76.tar.gz upstream-0d56c7c638678d6369e6d64d1a7a5bd0c626fc76.tar.bz2 upstream-0d56c7c638678d6369e6d64d1a7a5bd0c626fc76.zip |
add back the old host patches for lua to improve portability
SVN-Revision: 14631
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r-- | package/lua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile index 0c2e8e24e9..7f0874bd6d 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -19,6 +19,7 @@ PKG_SOURCE_URL:=http://www.lua.org/ftp/ \ http://www.tecgraf.puc-rio.br/lua/ftp/ PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150 +HOST_PATCH_DIR=./patches-host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk |