]> git.pld-linux.org Git - packages/httping.git/blobdiff - httping-Makefile.patch
- up to 1.0.5, remove `-g' from compiler invokation
[packages/httping.git] / httping-Makefile.patch
index 0c5cd352c97a7d0ce09c580eab2e64f742de7cd3..913896ec1b2bdf69c37f33cdfb0181ef614eaef9 100644 (file)
@@ -1,12 +1,15 @@
---- httping-0.0.96/Makefile~   2005-01-24 22:55:19.872476424 +0100
-+++ httping-0.0.96/Makefile    2005-01-24 22:56:16.282900736 +0100
-@@ -16,7 +16,8 @@
+diff -Nur o.httping-1.0.5/Makefile httping-1.0.5/Makefile
+--- o.httping-1.0.5/Makefile   2005-10-04 11:10:59.000000000 +0200
++++ httping-1.0.5/Makefile     2005-10-05 23:06:45.718987808 +0200
+@@ -14,9 +14,9 @@
  
- DEBUG=#-g
+ VERSION=1.0.5
+-DEBUG=-g
  LDFLAGS=-lssl -lcrypto $(DEBUG)
 -CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
 +CFLAGS ?= -O2
-+override CFLAGS += -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
++override CFLAGS += -Wall -DVERSION=\"$(VERSION)\"
  
  OBJS=http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
  
This page took 0.070501 seconds and 4 git commands to generate.