mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
build fix.
git-svn-id: file:///svn/unbound/trunk@1609 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d1a27b6d34
commit
d75777ec63
2 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ LEX=@LEX@
|
|||
CC=@CC@
|
||||
CPPFLAGS=-I. @CPPFLAGS@
|
||||
ifneq "$(srcdir)" "."
|
||||
CPPFLAGS=-I$(srcdir) $(CPPFLAGS)
|
||||
CPPFLAGS:=-I$(srcdir) $(CPPFLAGS)
|
||||
endif
|
||||
CPPFLAGS:=$(strip $(CPPFLAGS))
|
||||
CFLAGS=@CFLAGS@
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
21 April 2009: Wouter
|
||||
- fix for build outside sourcedir.
|
||||
|
||||
17 April 2009: Wouter
|
||||
- Fix reentrant in minievent handler for unix. Could have resulted
|
||||
in spurious event callbacks.
|
||||
|
|
|
|||
Loading…
Reference in a new issue