Do not stomp on CFLAGS.

This commit is contained in:
Hauke Fath 2005-03-03 11:03:11 +00:00 committed by Thomas Klausner
parent ed1bc12dfc
commit beca3806c2
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2003/12/06 08:37:38 jeremy-c-reed Exp $
$NetBSD: distinfo,v 1.2 2005/03/03 11:03:11 hfath Exp $
SHA1 (dhcp-3.0pl2.tar.gz) = fed2f5d5b0a8688beb3f8403858f9390a6682f34
Size (dhcp-3.0pl2.tar.gz) = 865196 bytes
SHA1 (patch-aa) = 8ac42857f0c17791ad81169cb30788aff92a9566
SHA1 (patch-ab) = 3dc138074f2cba0663c9b95ba8f46918633dcf29

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2005/03/03 11:03:51 hfath Exp $
--- configure.orig 2001-06-26 20:32:41.000000000 +0200
+++ configure
@@ -244,7 +244,7 @@ for foo in $dirs; do
<Makefile.conf; \
cat site.conf; \
echo "TOP = `pwd`"; \
- echo CC_OPTIONS = $copts; \
+ echo CC_OPTIONS ?= $copts; \
cat $foo/Makefile.dist) \
>${workname}/$bar/Makefile
done