[csw-devel] SF.net SVN: gar:[18495] csw/mgar/pkg/httping/trunk/files/ 0001-Makefile-make-options-and-tools-configurable.patch
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Jun 22 04:19:49 CEST 2012
Revision: 18495
http://gar.svn.sourceforge.net/gar/?rev=18495&view=rev
Author: bdwalton
Date: 2012-06-22 02:19:48 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
httping/trunk: update the Makefile patch
Modified Paths:
--------------
csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
Modified: csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch
===================================================================
--- csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch 2012-06-22 02:18:58 UTC (rev 18494)
+++ csw/mgar/pkg/httping/trunk/files/0001-Makefile-make-options-and-tools-configurable.patch 2012-06-22 02:19:48 UTC (rev 18495)
@@ -1,25 +1,26 @@
-From 4d95ec1e711a77139cb3f9e53463d2b01aa1fcdb Mon Sep 17 00:00:00 2001
-From: Sebastian Kayser <skayser at opencsw.org>
-Date: Fri, 15 Jan 2010 02:39:30 +0100
+From acfa6600510090092bd64b759400fbee81827f3b Mon Sep 17 00:00:00 2001
+From: Ben Walton <bwalton at opencsw.org>
+Date: Fri, 22 Jun 2012 04:15:19 +0200
Subject: [PATCH] Makefile: make options and tools configurable
+Signed-off-by: Ben Walton <bwalton at opencsw.org>
---
Makefile | 20 ++++++++++----------
- 1 files changed, 10 insertions(+), 10 deletions(-)
+ 1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Makefile b/Makefile
-index c27bf22..0133741 100644
+index 1351e33..da3695b 100644
--- a/Makefile
+++ b/Makefile
-@@ -16,26 +16,26 @@ include version
-
+@@ -17,26 +17,26 @@ include version
TARGET=httping
+ DEBUG=yes
-WFLAGS=-Wall -W
-OFLAGS=-O2
+WFLAGS?=-Wall -W
+OFLAGS?=-O2
- CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
PACKAGE=$(TARGET)-$(VERSION)
-PREFIX=/usr
@@ -47,7 +48,7 @@
OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o res.o
-@@ -62,7 +62,7 @@ endif
+@@ -63,7 +63,7 @@ endif
all: $(TARGET)
$(TARGET): $(OBJS)
@@ -57,5 +58,5 @@
# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
--
-1.6.6
+1.7.10.3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list