From ce2eb8f92671ec426c996baca1ef9931c3bacb68 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2015 21:59:06 +0200 Subject: a lot of bugfixes and package updates --- package/httping/patches/patch-Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 package/httping/patches/patch-Makefile (limited to 'package/httping/patches') diff --git a/package/httping/patches/patch-Makefile b/package/httping/patches/patch-Makefile deleted file mode 100644 index 9b7f55b7b..000000000 --- a/package/httping/patches/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- httping-1.4.1.orig/Makefile 2010-01-10 21:35:22.000000000 +0100 -+++ httping-1.4.1/Makefile 2010-02-14 11:30:47.000000000 +0100 -@@ -17,7 +17,7 @@ include version - TARGET=httping - - WFLAGS=-Wall -W --OFLAGS=-O2 -+OFLAGS= - CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" - - PACKAGE=$(TARGET)-$(VERSION) -@@ -73,9 +73,6 @@ install: $(TARGET) - $(INSTALLMAN) $(MANS) $(DESTDIR)/$(MANDIR)/man1 - $(INSTALLDIR) $(DESTDIR)/$(DOCDIR) - $(INSTALLDOC) $(DOCS) $(DESTDIR)/$(DOCDIR) --ifneq (DEBUG,yes) -- $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET) --endif - - clean: - $(RMDIR) $(OBJS) $(TARGET) *~ core -- cgit v1.2.3