diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:50 +0200 |
commit | ce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch) | |
tree | d3a885bbd94a72a4f486b3b51b6cebb049bc1672 /package/httping/patches | |
parent | 6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff) |
a lot of bugfixes and package updates
Diffstat (limited to 'package/httping/patches')
-rw-r--r-- | package/httping/patches/patch-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
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 |