Skip to content

Commit

Permalink
builder: add patch for glibc 2.28 compat to m4
Browse files Browse the repository at this point in the history
glibc 2.28 breaks the gnulib shipped with m4, this patch from gentoo
makes it compile.
  • Loading branch information
rkitover committed Dec 6, 2018
1 parent 61b3084 commit 3cb3842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/builder/core.sh
Expand Up @@ -234,6 +234,7 @@ export CMAKE_ARGS="$CMAKE_BASE_ARGS $CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=/usr"
export MESON_ARGS="--prefix /usr --buildtype release --default-library static -Dintrospection=false"

DIST_PATCHES=$DIST_PATCHES'
m4 https://raw.githubusercontent.com/gentoo/gentoo/master/sys-devel/m4/files/m4-1.4.18-glibc228.patch
docbook2x https://gist.githubusercontent.com/rkitover/0b5dcc95a0703a9b0e0e7eb6d325a98e/raw/e256d2fad8d19633ac8abe02a0d1e119063d1fd9/docbook2x.patch
ccache https://gist.githubusercontent.com/rkitover/4dd30c2841a2131be8715038f538d622/raw/40a8f0f50aa6ca5f9658a0c37aa17393cc80c109/ccache-3.4.2-msys.patch
graphite2 https://gist.githubusercontent.com/rkitover/418600634d7cf19e2bf1c3708b50c042/raw/839b72d9cda545f2e3b640d743c1bd44b89861b9/graphite2-1.3.10-static.patch
Expand Down

0 comments on commit 3cb3842

Please sign in to comment.