mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 11:31:05 +02:00
[package] uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20532 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f7da9d9671
commit
9c4fc84da6
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uhttpd
|
PKG_NAME:=uhttpd
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
@ -56,6 +56,7 @@ endef
|
|||||||
|
|
||||||
# hack to use CyASSL headers
|
# hack to use CyASSL headers
|
||||||
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
|
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
|
||||||
|
TARGET_LDFLAGS += -lm
|
||||||
MAKE_VARS += FPIC="$(FPIC)"
|
MAKE_VARS += FPIC="$(FPIC)"
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
@ -422,7 +422,7 @@ int main (int argc, char **argv)
|
|||||||
int nofork = 0;
|
int nofork = 0;
|
||||||
|
|
||||||
/* args */
|
/* args */
|
||||||
char opt;
|
int opt;
|
||||||
char bind[128];
|
char bind[128];
|
||||||
char *port = NULL;
|
char *port = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user