fix elhttp build
SVN-Revision: 3234
This commit is contained in:
parent
272cdfe9b2
commit
111b018482
@ -7,9 +7,10 @@ PKG_VERSION:=0.22
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=b52f68c47f709e9fc9429250eb8f954c
|
PKG_MD5SUM:=b52f68c47f709e9fc9429250eb8f954c
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.cr0.net:8040/code/network/
|
PKG_SOURCE_URL:=http://phadej.daug.net/files/ \
|
||||||
|
http://www.cr0.net:8040/code/network/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_CAT:=gzcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
Package: elhttp
|
Package: elhttp
|
||||||
Section: net
|
|
||||||
Architecture: mipsel
|
|
||||||
Maintainer: Florian Fainelli <florian@alphacore.net>
|
|
||||||
Source: http://www.cr0.net:8040/code/network/
|
|
||||||
Description: The extra-light http proxy server. Features: keep-alive
|
|
||||||
connections, http connect method, SSL/TLS support, ACLs
|
|
||||||
and client requests logging.
|
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
Section: net
|
||||||
|
Description: The extra-light http proxy server.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- orig/elhttp-0.22/Makefile 2004-06-18 15:32:17.000000000 +0200
|
--- elhttp-0.22.orig/Makefile 2004-06-18 15:32:17.000000000 +0200
|
||||||
+++ elhttp-0.22/Makefile 2005-11-21 18:04:23.000000000 +0100
|
+++ elhttp-0.22/Makefile 2006-02-13 23:11:35.000000000 +0100
|
||||||
@@ -1,13 +1,7 @@
|
@@ -1,13 +1,7 @@
|
||||||
-
|
-
|
||||||
+all: linux
|
+all: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user