Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).

Noah Misch <noah@leadboat.com>

Commit: 9d265ae77af6f8d99bbd68b6ee644e7572b16754
Author: Noah Misch <noah@leadboat.com>
Date: 2015-03-07T05:48:04Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/port/Makefile modified +1 −1