K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-03-31T13:58:01.623328Z K 7 svn:log V 484 databases/libzdb: fix build on GCC architectures r529335 partially reverted r499489, which caused another breakage on GCC architectures by passing -L/usr/lib while using GCC from ports and making it link to base libstdc++: /usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long)' Apply changes to Makefile from r499489 to fix it. PR: 237200 END