diff options
-rw-r--r-- | databases/firebird30-server/files/patch-builds_posix_vers.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/firebird30-server/files/patch-builds_posix_vers.sh.in b/databases/firebird30-server/files/patch-builds_posix_vers.sh.in new file mode 100644 index 000000000000..da2abd316bb7 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds_posix_vers.sh.in @@ -0,0 +1,10 @@ +--- builds/posix/vers.sh.in.orig 2022-06-07 08:18:52 UTC ++++ builds/posix/vers.sh.in +@@ -57,7 +57,6 @@ platform_linux() { + echo "${TAB}$i;" + done + +- echo "${TAB}_IO_stdin_used;" + echo 'local:' + echo "${TAB}*;" + echo '};' |