Skip to content

Commit

Permalink
builder: libvorbis fix
Browse files Browse the repository at this point in the history
libvorbis autogen.sh calls the version-suffixed autoconf/automake
scripts, which ends up calling the wrong scripts, so remove the
autogen.sh and reconfigure manually.
  • Loading branch information
rkitover committed Dec 5, 2018
1 parent c68f372 commit 3b185e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/builder/core.sh
Expand Up @@ -255,6 +255,7 @@ DIST_CONFIGURE_TYPES="$DIST_CONFIGURE_TYPES
glib autoreconf
graphviz autoreconf
docbook2x autoreconf
libvorbis autoreconf
"

DIST_RELOCATION_TYPES="$DIST_RELOCATION_TYPES
Expand Down Expand Up @@ -292,6 +293,7 @@ DIST_PRE_BUILD="$DIST_PRE_BUILD
' Makefile;
libx265 cd source;
libsoxr rm -rf tests; mkdir tests; touch tests/CMakeLists.txt;
libvorbis rm -f autogen.sh;
XML-SAX sed -i.bak 's/-MXML::SAX/-Mblib -MXML::SAX/' Makefile.PL;
docbook2x sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)doc\\(.*\\)\$/\1\2/' Makefile.am; \
sed -i.bak 's/^\\( *SUBDIRS *= *.*\\)documentation\\(.*\\)\$/\1\2/' xslt/Makefile.am;
Expand Down

0 comments on commit 3b185e2

Please sign in to comment.