mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-29 07:00:21 +00:00
13 lines
346 B
Diff
13 lines
346 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -177,8 +177,7 @@
|
|
}
|
|
'''
|
|
|
|
-result = cc.run(detect_getmntent_needs_unescape)
|
|
-if result.compiled() and result.returncode() == 0 and result.stdout().strip() == 'needs escaping'
|
|
+if false
|
|
message('getmntent does not unescape')
|
|
add_project_arguments('-DGETMNTENT_NEEDS_UNESCAPING', language: 'c')
|
|
endif
|