mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Remove $(pkglibdir) from $(rpathdir), since commitsd51924be88
andeda04886c1
removed direct linkage to objects stored there. Users are unlikely to notice the difference. Accompany every $(python_libspec) with $(python_additional_libs); this doesn't fix a demonstrated bug, but it might do so on rare Python configurations. With these changes, AIX ceases to be a special case.