projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph)
[openwrt.git]
/
package
/
lua
/
Makefile
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
aff52c3
..
e60be8f
100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-1,10
+1,9
@@
#
#
-# Copyright (C) 2006-200
8
OpenWrt.org
+# Copyright (C) 2006-200
9
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-22,10
+21,10
@@
PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
- SUBMENU:=L
UA
+ SUBMENU:=L
ua
SECTION:=lang
CATEGORY:=Languages
SECTION:=lang
CATEGORY:=Languages
- TITLE:=L
UA
programming language
+ TITLE:=L
ua
programming language
URL:=http://www.lua.org/
endef
URL:=http://www.lua.org/
endef
@@
-45,7
+44,7
@@
endef
define Package/liblua/description
$(call Package/lua/Default/description)
define Package/liblua/description
$(call Package/lua/Default/description)
- This package contains the L
UA
shared libraries, needed by other programs.
+ This package contains the L
ua
shared libraries, needed by other programs.
endef
define Package/lua
endef
define Package/lua
@@
-56,7
+55,7
@@
endef
define Package/lua/description
$(call Package/lua/Default/description)
define Package/lua/description
$(call Package/lua/Default/description)
- This package contains the L
UA
language interpreter.
+ This package contains the L
ua
language interpreter.
endef
define Package/luac
endef
define Package/luac
@@
-67,7
+66,7
@@
endef
define Package/luac/description
$(call Package/lua/Default/description)
define Package/luac/description
$(call Package/lua/Default/description)
- This package contains the L
UA
language compiler.
+ This package contains the L
ua
language compiler.
endef
define Package/lua-examples
endef
define Package/lua-examples
@@
-78,7
+77,7
@@
endef
define Package/lua-examples/description
$(call Package/lua/Default/description)
define Package/lua-examples/description
$(call Package/lua/Default/description)
- This package contains L
UA
language examples.
+ This package contains L
ua
language examples.
endef
define Build/Configure
endef
define Build/Configure
@@
-86,6
+85,12
@@
endef
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC)
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC)
+ifneq ($(CONFIG_USE_EGLIBC),)
+ ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
+ TARGET_CFLAGS += -DNO_GETLOGIN
+ endif
+endif
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \
This page took
0.0238 seconds
and
4
git commands to generate.