Makefile of libpq++

Started by ZEUGSWETTER Andreas IZ5over 26 years ago2 messages
#1ZEUGSWETTER Andreas IZ5
Andreas.Zeugswetter@telecom.at
1 attachment(s)

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
*** ./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
#2Bruce Momjian
maillist@candle.pha.pa.us
In reply to: ZEUGSWETTER Andreas IZ5 (#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