Skip to content

Commit 77bb4c1

Browse files
committed
dxx-rebirth - temporarily roll back code due to a configure failure on Raspbian Buster
The commit after has a change to use pkg-config for locating physfs and it seems to fail on Debian/Raspbian Buster. Will debug properly and feed upstream, but for now am rolling back to the commit before. Unfortunately the dxx-rebirth repository has no recent releases at all, as it would be preferable to lock to the last stable release, but the last tag is from 2018 and there are no version branches etc.
1 parent 7ad2da7 commit 77bb4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/dxx-rebirth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rp_module_section="opt"
1717
rp_module_flags="!mali"
1818

1919
function _get_commit_dxx-rebirth() {
20-
local commit=""
20+
local commit="15bd145d"
2121
# latest code requires gcc 7+
2222
compareVersions "$__gcc_version" lt 7 && commit="a1b3a86c"
2323
echo "$commit"

0 commit comments

Comments
 (0)