diff options
Diffstat (limited to 'misc/libuuid/files')
-rw-r--r-- | misc/libuuid/files/patch-libuuid_meson.build | 15 | ||||
-rw-r--r-- | misc/libuuid/files/patch-tools_poman-translate.sh | 11 |
2 files changed, 26 insertions, 0 deletions
diff --git a/misc/libuuid/files/patch-libuuid_meson.build b/misc/libuuid/files/patch-libuuid_meson.build new file mode 100644 index 000000000000..6564ba08a90f --- /dev/null +++ b/misc/libuuid/files/patch-libuuid_meson.build @@ -0,0 +1,15 @@ +--- libuuid/meson.build.orig 2025-06-24 07:55:28 UTC ++++ libuuid/meson.build +@@ -26,10 +26,8 @@ libuuid_link_args = [] + libuuid_link_depends = [] + libuuid_link_args = [] + +-if cc.has_link_argument('-Wl,--version-script=@0@'.format(libuuid_sym_path)) +- libuuid_link_depends += [libuuid_sym] +- libuuid_link_args += ['-Wl,--version-script=@0@'.format(libuuid_sym_path)] +-endif ++libuuid_link_depends += [libuuid_sym] ++libuuid_link_args += ['-Wl,--version-script=@0@'.format(libuuid_sym_path)] + + thread_dep = dependency('threads') + diff --git a/misc/libuuid/files/patch-tools_poman-translate.sh b/misc/libuuid/files/patch-tools_poman-translate.sh new file mode 100644 index 000000000000..ed558d9f2d9a --- /dev/null +++ b/misc/libuuid/files/patch-tools_poman-translate.sh @@ -0,0 +1,11 @@ +--- tools/poman-translate.sh.orig 2025-03-18 12:50:51 UTC ++++ tools/poman-translate.sh +@@ -82,7 +82,7 @@ mapfile -t PO4ACFG_TRANSLATIONS < <( awk '/\[type:asci + mapfile -t LOCALES < <( awk '/\[po4a_langs\]/ {for (i=2; i<=NF; i++) print $i}' "$PO4ACFG" ) + mapfile -t PO4ACFG_TRANSLATIONS < <( awk '/\[type:asciidoc\]/ {print $2;}' "$PO4ACFG" ) + +-mkdir --parents "$DESTDIR" ++mkdir -p "$DESTDIR" + + DESTDIR=$( OLDPWD=- CDPATH='' cd -P -- "$DESTDIR" && pwd ) + |