]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- makedist uses bz2 for expat code, instead of tar.gz.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Apr 2018 07:45:18 +0000 (07:45 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Apr 2018 07:45:18 +0000 (07:45 +0000)
git-svn-id: file:///svn/unbound/trunk@4643 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index b0cd34da4ad765604009db65f3ae5a74cc675234..b911310a6cc3fa904e61288b0b00f88ad95a4796 100644 (file)
@@ -1,3 +1,6 @@
+23 April 2018: Wouter
+       - makedist uses bz2 for expat code, instead of tar.gz.
+
 20 April 2018: Wouter
        - man page documentation for dns-over-tls forward-addr '#' notation.
        - removed free from failed parse case.
index d18f2bb600db8fbdec9f827c95277255af253ddf..ffc00c13b27940b5f464290cbd938b41ceeec6a8 100755 (executable)
@@ -272,7 +272,7 @@ if [ "$DOWIN" = "yes" ]; then
        if test -n "$WINEXPAT"; then
                info "Cross compile $WINEXPAT"
                info "wxp: tar unpack"
-               (cd ..; gzip -cd $WINEXPAT) | tar xf - || error_cleanup "tar unpack of $WINEXPAT failed"
+               (cd ..; bzip2 -cd $WINEXPAT) | tar xf - || error_cleanup "tar unpack of $WINEXPAT failed"
                wxpinstall="`pwd`/wxpinstall"
                cd expat-* || error_cleanup "no expat-X dir in tarball"
                info "wxp: configure"