mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
makedist fixup
git-svn-id: file:///svn/unbound/trunk@879 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
6ee18c6824
commit
b63db13e72
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
ip6 and once ip4, uses socket options.
|
||||
- goodbye ip4to6 mapping.
|
||||
- update ldns-testpkts with latest version from ldns-trunk.
|
||||
- updated makedist for relative ldns pathnames.
|
||||
|
||||
17 January 2008: Wouter
|
||||
- fixup configure in case -lldns is installed.
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ flex -i -t util/configlexer.lex >> util/configlexer.c || error_cleanup "Failed
|
|||
bison -y -d -o util/configparser.c util/configparser.y || error_cleanup "Failed to create configparser"
|
||||
|
||||
# check shared code, ldns-testpkts from ldns examples, if possible.
|
||||
cd ../..
|
||||
if test ! -z "$LDNSDIR"; then
|
||||
if diff -q $LDNSDIR/examples/ldns-testpkts.c testcode/ldns-testpkts.c &&
|
||||
diff -q $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h; then
|
||||
|
|
@ -192,6 +193,7 @@ if test ! -z "$LDNSDIR"; then
|
|||
error_cleanup "ldns-testpkts is different in ldns and unbound"
|
||||
fi
|
||||
fi
|
||||
cd $temp_dir/unbound
|
||||
|
||||
find . -name .c-mode-rc.el -exec rm {} \;
|
||||
find . -name .cvsignore -exec rm {} \;
|
||||
|
|
|
|||
Loading…
Reference in a new issue