Makefile of libpq++

Started by Andreas Zeugswetteralmost 27 years ago2 messageshackers
Jump to latest
#1Andreas Zeugswetter
andreas.zeugswetter@telecom.at

I am not sure if libpq++ will compile with non g++ compilers,
but the Makefile does break non g++.

<<mak.patch>>
Andreas

Attachments:

mak.patchapplication/octet-stream; name=mak.patchDownload+2-2
#2Bruce Momjian
bruce@momjian.us
In reply to: Andreas Zeugswetter (#1)
Re: [HACKERS] Makefile of libpq++

I am not sure if libpq++ will compile with non g++ compilers,
but the Makefile does break non g++.

<<mak.patch>>
Andreas

Applied.

---------------------------------------------------------------------------

*** ./src/interfaces/libpq++/Makefile.in.orig	Sun May 23 03:03:57 1999
--- ./src/interfaces/libpq++/Makefile.in	Wed May 26 11:31:49 1999
***************
*** 51,57 ****

# Pull shared-lib CFLAGS into CXXFLAGS
! CXXFLAGS+= $(CFLAGS) -Wno-unused

  .PHONY: examples
--- 51,57 ----

# Pull shared-lib CFLAGS into CXXFLAGS
! CXXFLAGS+= $(CFLAGS)

.PHONY: examples

[Attachment, skipping...]

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026