diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:40:44 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:40:44 +0100 |
| commit | b2729f8fc0b9f08d8c1c6198d96348a64cf077ba (patch) | |
| tree | 3e55c7bcc78ef2e242bc1d24f29982aceb3b4329 /package/httping/patches/patch-Makefile | |
| parent | a0b5535db39c64864a2ea96a20b2fa2712fc2ffd (diff) | |
| parent | 874680b5ffd55186d86c8259fdab74988d193ea9 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/httping/patches/patch-Makefile')
| -rw-r--r-- | package/httping/patches/patch-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/httping/patches/patch-Makefile b/package/httping/patches/patch-Makefile new file mode 100644 index 000000000..9b7f55b7b --- /dev/null +++ b/package/httping/patches/patch-Makefile @@ -0,0 +1,21 @@ +--- 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 |
