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 | 9fcd4ac70286058e744bd2cd90317b320491facc (patch) | |
tree | 8ed07da043d48a28388ad3bf594e28be7571b506 /package/lua/Makefile | |
parent | 835b12f4adb7a71243c8b7c7c3f844710953320d (diff) | |
download | upstream-9fcd4ac70286058e744bd2cd90317b320491facc.tar.gz upstream-9fcd4ac70286058e744bd2cd90317b320491facc.tar.bz2 upstream-9fcd4ac70286058e744bd2cd90317b320491facc.zip |
add back the old host patches for lua to improve portability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14631 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |