]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't try to create a temp install without abs_top_builddir.
authorRobert Haas <rhaas@postgresql.org>
Mon, 28 Sep 2015 14:47:05 +0000 (10:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 28 Sep 2015 14:52:19 +0000 (10:52 -0400)
commit80e2694b284cd9395b1ee8ef476f5f720ee50566
tree968a25c428a66b1d0ea8e84bd25823b3d70bea4f
parent27af56b59515a676e733a143e0ebaf9e0c921be6
Don't try to create a temp install without abs_top_builddir.

Otherwise, we effectively act as if abs_top_builddir were the root
directory, which is quite dangerous if the user happens to have
permissions to do things there.  This can crop up in PGXS builds,
for example.

Report by Sandro Santilli, patch by me, review by Noah Misch.
src/Makefile.global.in