8000 Ignore libedit/libreadline while probing for standard functions. · rtpg/postgres@3fd0393 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 3fd0393

Browse files
committed
Ignore libedit/libreadline while probing for standard functions.
Some versions of libedit expose bogus definitions of setproctitle(), optreset, and perhaps other symbols that we don't want configure to pick up on. There was a previous report of similar problems with strlcpy(), which we addressed in commit 59cf88d, but the problem has evidently grown in scope since then. In hopes of not having to deal with it again in future, rearrange configure's tests for supplied functions so that we ignore libedit/libreadline except when probing specifically for functions we expect them to provide. Per report from Christoph Berg, though this is slightly more aggressive than his proposed patch.
1 parent b7ef58a commit 3fd0393

File tree

2 files changed

+378
-374
lines changed

2 files changed

+378
-374
lines changed

0 commit comments

Comments
 (0)
0