projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix remaining bug of the off-by-one error ;)
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
3214c20
..
3db7eef
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-UCI_VERSION=0.
4
+UCI_VERSION=0.
6
UCI_RELEASE=4
PKG_NAME:=uci
UCI_RELEASE=4
PKG_NAME:=uci
@@
-17,7
+17,7
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=
1ce8e92e3aa023763e8f4da91a70563d
+PKG_MD5SUM:=
5f67132f2c225e7a5c8bd814f2dff2a9
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-47,6
+47,7
@@
endef
define Build/Configure
endef
define Build/Configure
endef
+TARGET_CFLAGS += $(FPIC)
UCI_MAKEOPTS = \
$(TARGET_CONFIGURE_OPTS) \
COPTS="$(TARGET_CFLAGS)" \
UCI_MAKEOPTS = \
$(TARGET_CONFIGURE_OPTS) \
COPTS="$(TARGET_CFLAGS)" \
This page took
0.021028 seconds
and
4
git commands to generate.