mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -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
|
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
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ else
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
AC_SUBST(UNBOUND_CHROOT_DIR)
|
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_DEFINE_UNQUOTED(CHROOT_DIR, ["$hdr_chroot"], [Directory to chroot to])
|
||||||
|
|
||||||
AC_ARG_WITH(share-dir,
|
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
|
27 March 2012: Wouter
|
||||||
- fix bug #442: Fix that Makefile depends on pythonmod headers
|
- fix bug #442: Fix that Makefile depends on pythonmod headers
|
||||||
even using --without-pythonmodule.
|
even using --without-pythonmodule.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue