mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
21 lines
564 B
Diff
21 lines
564 B
Diff
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
|
|
|
SPDX-License-Identifier: Artistic-1.0
|
|
|
|
my_sprintf appears to be broken.
|
|
This should not be necessary, but is; is most likely linked to metaconfig
|
|
problems.
|
|
|
|
diff --git perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
|
|
index cfbfaeb8fa..f93e56df15 100644
|
|
--- perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
|
|
+++ perl-5.40.3/dist/Devel-PPPort/PPPort_pm.PL
|
|
@@ -891,8 +891,6 @@ __DATA__
|
|
|
|
%include snprintf
|
|
|
|
-%include sprintf
|
|
-
|
|
%include exception
|
|
|
|
%include strlfuncs
|