[BACK]Return to patch-build_Makefile.generic CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / xymonclient / patches

Annotation of pkgsrc/net/xymonclient/patches/patch-build_Makefile.generic, Revision 1.1

1.1     ! spz         1: $NetBSD$
        !             2:
        !             3: make sure hardening flags can be inherited
        !             4:
        !             5: --- build/Makefile.generic.orig        2011-03-08 17:20:28.000000000 +0000
        !             6: +++ build/Makefile.generic
        !             7: @@ -8,7 +8,7 @@ NETLIBS =
        !             8:
        !             9:  # Compile flags for normal build
        !            10:  CC = cc
        !            11: -CFLAGS = -g -O -D_REENTRANT $(OSDEF)
        !            12: +CFLAGS += -g -O -D_REENTRANT $(OSDEF)
        !            13:
        !            14:  # Compile flags for debugging
        !            15:  # CFLAGS = -g -DDEBUG -D_REENTRANT $(OSDEF)

CVSweb <webmaster@jp.NetBSD.org>