projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add KEY_WPS_BUTTON definition
[openwrt.git]
/
package
/
uhttpd
/
Makefile
diff --git
a/package/uhttpd/Makefile
b/package/uhttpd/Makefile
index
3e73449
..
0f267be
100644
(file)
--- a/
package/uhttpd/Makefile
+++ b/
package/uhttpd/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_RELEASE:=
2
+PKG_RELEASE:=
8
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@@
-56,6
+56,7
@@
endef
# hack to use CyASSL headers
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
# hack to use CyASSL headers
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
+TARGET_LDFLAGS += -lm
MAKE_VARS += FPIC="$(FPIC)"
define Build/Prepare
MAKE_VARS += FPIC="$(FPIC)"
define Build/Prepare
This page took
0.026573 seconds
and
4
git commands to generate.