mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
* Remove no-hard-link.patch
See eb64ceac7e
* Enable contrib tablefunc
* Enable more make parallel builds
* Fix libxml build issue
12 lines
332 B
Diff
12 lines
332 B
Diff
--- a/src/backend/commands/collationcmds.c
|
|
+++ b/src/backend/commands/collationcmds.c
|
|
@@ -539,7 +539,7 @@
|
|
|
|
|
|
/* will we use "locale -a" in pg_import_system_collations? */
|
|
-#if defined(HAVE_LOCALE_T) && !defined(WIN32)
|
|
+#if defined(HAVE_LOCALE_T) && !defined(WIN32) && !defined(__ANDROID__)
|
|
#define READ_LOCALE_A_OUTPUT
|
|
#endif
|
|
|