mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- fix bug #443: --with-chroot-dir not honoured by configure.
git-svn-id: file:///svn/unbound/trunk@2656 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8e472aa8c4
commit
a0db316445
3 changed files with 5 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -4007,7 +4007,7 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
hdr_chroot="`echo $UNBOUND_CHOOT_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
|
||||
hdr_chroot="`echo $UNBOUND_CHROOT_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ else
|
|||
fi
|
||||
)
|
||||
AC_SUBST(UNBOUND_CHROOT_DIR)
|
||||
ACX_ESCAPE_BACKSLASH($UNBOUND_CHOOT_DIR, hdr_chroot)
|
||||
ACX_ESCAPE_BACKSLASH($UNBOUND_CHROOT_DIR, hdr_chroot)
|
||||
AC_DEFINE_UNQUOTED(CHROOT_DIR, ["$hdr_chroot"], [Directory to chroot to])
|
||||
|
||||
AC_ARG_WITH(share-dir,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
5 April 2012: Wouter
|
||||
- fix bug #443: --with-chroot-dir not honoured by configure.
|
||||
|
||||
27 March 2012: Wouter
|
||||
- fix bug #442: Fix that Makefile depends on pythonmod headers
|
||||
even using --without-pythonmodule.
|
||||
|
|
|
|||
Loading…
Reference in a new issue