[PATCH] Fix compile errors on Debian systems

From: Jean-Baptiste Quenot <jbq#caraldi.com>
Date: Tue, 1 Jan 2008 17:41:06 +0100


Hi there,

Please find below a patch to fix compile errors on Debian starting from version 1.3.13. It allows to pass custom CFLAGS to override the one provided by haproxy.

-----------------------------------8<-----------------------------------
Index: Makefile



-CFLAGS = -Wall $(COPTS) $(DEBUG)

+override CFLAGS += -Wall $(COPTS) $(DEBUG)  LDFLAGS = -g

 all: haproxy
-----------------------------------8<-----------------------------------

FWIW my haproxy source package is available at http://packages.caraldi.com/

Cheers,
--

Jean-Baptiste Quenot
http://caraldi.com/jbq/blog/ Received on 2008/01/01 17:41

This archive was generated by hypermail 2.2.0 : 2008/01/01 17:45 CET