We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3b492 commit bcff6bfCopy full SHA for bcff6bf
scripts/build/build_libpq.sh
@@ -178,8 +178,10 @@ if [ "$ID" == "centos" ] || [ "$ID" == "rocky" ] || [ "$ID" == "macos" ]; then
178
179
if [ "$ID" == "rocky" ]; then
180
# Fix missing time.h include in multiple files for newer GCC versions
181
- sed -i.bak '/#include "saslint.h"/a #include <time.h>' lib/saslutil.c
182
- sed -i.bak '/#include "plugin_common.h"/a #include <time.h>' plugins/cram.c
+ sed -i.bak '/#include "saslint.h"/a\
+#include <time.h>' lib/saslutil.c
183
+ sed -i.bak '/#include "plugin_common.h"/a\
184
+#include <time.h>' plugins/cram.c
185
fi
186
187
autoreconf -i
0 commit comments