]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove 'override' keyword, which breaks the build on HPUX, and probably
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Oct 2000 03:45:35 +0000 (03:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Oct 2000 03:45:35 +0000 (03:45 +0000)
commite18a862d46fa3169c238a6b4a98a783c9a7896f9
treea406b1281bbf24e62509991657336141686da619
parent70df64840b500cfdb7217320895eccd5a9658729
Remove 'override' keyword, which breaks the build on HPUX, and probably
anywhere else that Makefile.shlib needs to modify CFLAGS to produce
valid code for a shared library.  I'm not real clear on *why* the use
of override causes make to ignore the later attempt to assign
CFLAGS +=
but it indubitably does --- at least on gmake 3.79.1.  gmake bug?
src/interfaces/libpq/Makefile