Skip to content

Commit

Permalink
[bsd] Checkout older version of gnulib
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Oct 30, 2024
1 parent 03d651b commit 840e7e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
7 changes: 4 additions & 3 deletions build-dev-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ git clone --depth 2 -b "$branch" https://git.savannah.gnu.org/git/"$package".git
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git

# Apply patches.
(cd "$package" && patch -p1 < ../patches/0001-libtool.m4-Update-hardcode_shlibpath_var-for-OpenBSD.patch \
&& patch -p1 < ../patches/0002-gnulib-Revert-submodule-to-older-commit.patch)
(cd "$package" && patch -p1 < ../patches/0001-libtool.m4-Update-hardcode_shlibpath_var-for-OpenBSD.patch)

export GNULIB_SRCDIR=`pwd`/gnulib
(cd "$GNULIB_SRCDIR" && git checkout 30417e7f918e95c368ef56a650fa5b5fa45cb130)

cd "$package"
# Force use of the newest gnulib.
# rm -f .gitmodules
rm -f .gitmodules

# Fetch extra files and generate files (uses packages wget, python3, automake, autoconf, m4,
# texinfo, xz-utils).
Expand Down
19 changes: 0 additions & 19 deletions patches/0002-gnulib-Revert-submodule-to-older-commit.patch

This file was deleted.

0 comments on commit 840e7e3

Please sign in to comment.