]> granicus.if.org Git - postgresql/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:49:59 +0000 (10:49 -0400)
commit45e5b4ef5c392ddfcd72693f65659bafdda7ee1b
treee63592856f21d63e550cca67caa1bf858e9e0fc2
parent883af819c1ef7ec975f5c180a3434ff690c23606
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