projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain] add missing config symbol in x86_64 configuration
[openwrt.git]
/
toolchain
/
uClibc
/
Makefile
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index
8578ff0
..
c5771bd
100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-39,6
+39,12
@@
ifeq ($(PKG_VERSION),0.9.29)
endif
endif
endif
endif
+ifeq ($(PKG_VERSION),0.9.30)
+ ifeq ($(PKG_EXTRAVERSION),)
+ PKG_MD5SUM:=e5766e2566e0297adebebbcc0aba1f2d
+ endif
+endif
+
ifeq ($(PKG_VERSION_SNAPSHOT),y)
PATCH_DIR:=
CONFIG_DIR:=./config
ifeq ($(PKG_VERSION_SNAPSHOT),y)
PATCH_DIR:=
CONFIG_DIR:=./config
@@
-132,7
+138,8
@@
define Build/Prepare
HOSTCC="$(HOSTCC)" \
CC="$(TARGET_CC)" \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
HOSTCC="$(HOSTCC)" \
CC="$(TARGET_CC)" \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
- pregen install_dev;
+ pregen \
+ $(if $(CONFIG_UCLIBC_VERSION_0_9_28),install_dev,install_headers)
endef
define Build/Configure
endef
define Build/Configure
This page took
0.020818 seconds
and
4
git commands to generate.