Skip to content

Commit 4d061aa

Browse files
Revert applied patch
1 parent 4de0dea commit 4d061aa

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

build-dev-tarball.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ git clone --depth 2 -b "$branch" https://git.savannah.gnu.org/git/"$package".git
4141
git clone --depth 1 https://git.savannah.gnu.org/git/gnulib.git
4242

4343
# Apply patches.
44-
(cd "$package" && patch -p1 < ../patches/Skip-test-option-parser.sh-for-ksh-shell-on-NetBSD.patch \
45-
&& patch -p1 < ../patches/0001-libtool-Limit-a-length-of-DLL-name-to-8.3-correctly.patch)
44+
(cd "$package" && patch -p1 < ../patches/Skip-test-option-parser.sh-for-ksh-shell-on-NetBSD.patch )
4645

4746
export GNULIB_SRCDIR=`pwd`/gnulib
4847
cd "$package"

patches/0001-libtool-Limit-a-length-of-DLL-name-to-8.3-correctly.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)