]> granicus.if.org Git - postgresql/commit
Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).
authorNoah Misch <noah@leadboat.com>
Sat, 7 Mar 2015 05:48:04 +0000 (00:48 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 7 Mar 2015 05:48:04 +0000 (00:48 -0500)
commit9d265ae77af6f8d99bbd68b6ee644e7572b16754
tree59d8519ad73994e0e8550f82bded1aaa6b76375a
parent93751570731ba08dca4e791234984c3b1a15e885
Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).

By building it unconditionally, libpgport inadvertently replaced any
libc version of the function.  This is essentially a code cleanup; any
effect on performance is almost surely too small to notice.
src/port/Makefile