Skip to content

Commit 34d0c27

Browse files
committed
configure patches have been merged upstream.
1 parent f10a350 commit 34d0c27

4 files changed

+0
-111
lines changed

0001-configure-add-missing-sanity-check-for-cross-tools-o.patch

-26
This file was deleted.

0002-configure-add-a-version-check-for-python.patch

-38
This file was deleted.

0004-configure-allow-specifying-python-to-use-with-python.patch

-44
This file was deleted.

build-rootfs.sh

-3
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ fi
121121
# Fetch some patches that haven't been merged yet
122122
cd "$__RootfsDir/tmp/haiku"
123123
git reset --hard review/master
124-
git am "$__InitialDir/0001-configure-add-missing-sanity-check-for-cross-tools-o.patch"
125-
git am "$__InitialDir/0002-configure-add-a-version-check-for-python.patch"
126124
git am "$__InitialDir/0003-build-add-an-optional-UserProfileConfig.patch"
127-
git am "$__InitialDir/0004-configure-allow-specifying-python-to-use-with-python.patch"
128125

129126
# Build jam
130127
echo 'Building jam buildtool'

0 commit comments

Comments
 (0)