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 c59212f commit eb3b492Copy full SHA for eb3b492
scripts/build/build_libpq.sh
@@ -178,10 +178,8 @@ 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\
182
-#include <time.h>' lib/saslutil.c
183
- sed -i.bak '/#include "plugin_common.h"/a\
184
-#include <time.h>' plugins/cram.c
+ sed -i.bak '/#include "saslint.h"/a #include <time.h>' lib/saslutil.c
+ sed -i.bak '/#include "plugin_common.h"/a #include <time.h>' plugins/cram.c
185
fi
186
187
autoreconf -i
0 commit comments