aboutsummaryrefslogtreecommitdiffstats
path: root/package/httping/patches/01-honor_includes_lib-paths.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
commit8675818f87ede896382e712554a8b820b0f8ead7 (patch)
tree94118554cd257124b0bf579ac85441270645b86f /package/httping/patches/01-honor_includes_lib-paths.patch
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadupstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
upstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
upstream-8675818f87ede896382e712554a8b820b0f8ead7.zip
remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/httping/patches/01-honor_includes_lib-paths.patch')
-rw-r--r--package/httping/patches/01-honor_includes_lib-paths.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/httping/patches/01-honor_includes_lib-paths.patch b/package/httping/patches/01-honor_includes_lib-paths.patch
deleted file mode 100644
index 92817c7b3a..0000000000
--- a/package/httping/patches/01-honor_includes_lib-paths.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -urN httping-1.0.10.orig/io.c httping-1.0.10/io.c
---- httping-1.0.10.orig/io.c 2006-02-13 13:48:37.645232976 +0100
-+++ httping-1.0.10/io.c 2006-02-13 13:48:24.083294704 +0100
-@@ -37,7 +37,7 @@
- struct timeval to;
- fd_set rfds;
-
-- FD_ZERO(&rfds);
-+ //FD_ZERO(&rfds);
- FD_SET(fd, &rfds);
-
- to.tv_sec = timeout / 1000;
-diff -urN httping-1.0.10.orig/Makefile httping-1.0.10/Makefile
---- httping-1.0.10.orig/Makefile 2006-01-02 17:07:29.000000000 +0100
-+++ httping-1.0.10/Makefile 2006-02-13 13:44:45.066590304 +0100
-@@ -15,8 +15,8 @@
- VERSION=1.0.10
-
- DEBUG=-g
--LDFLAGS+=-lssl -lcrypto $(DEBUG)
--CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
-+LDFLAGS+=-lssl -lcrypto $(DEBUG) -L$(STAGING_DIR)/usr/lib
-+CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -I$(STAGING_DIR)/usr/include
-
- OBJS=http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
-