Ticket #667: 0007-Honour-CPPFLAGS.patch

File 0007-Honour-CPPFLAGS.patch, 636 bytes (added by Dagobert Michelsen <dam@…>, at 2010-08-06T15:46:00Z)
  • configure

    From 484c67ccecd26bde8992d79a8a2260fa91bfef40 Mon Sep 17 00:00:00 2001
    From: Dagobert Michelsen <dam@opencsw.org>
    Date: Fri, 6 Aug 2010 16:00:48 +0200
    Subject: [PATCH] Honour CPPFLAGS
    
    ---
     configure |    2 ++
     1 files changed, 2 insertions(+), 0 deletions(-)
    
    diff --git a/configure b/configure
    index 24f60d7..756d144 100755
    a b fi 
    159159echo CFLAGS=$CFLAGS >> Makefile.settings
    160160echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings
    161161
     162echo CFLAGS+=$CPPFLAGS >> Makefile.settings
     163
    162164echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings
    163165
    164166if [ -n "$CC" ]; then