Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <marko@l-t.ee>
Cc: Michael Fuhr <mike@fuhr.org>, pgsql-hackers@postgresql.org
Date: 2005-07-06T16:16:23Z
Lists: pgsql-hackers
Marko Kreen <marko@l-t.ee> writes: > ! PG_CPPFLAGS := $(CF_CFLAGS) -I$(srcdir) $(PG_CPPFLAGS) > ... > ! PG_CPPFLAGS = $(CF_CFLAGS) -I$(srcdir) Ah, right. Actually we don't need -I$(srcdir) either, since pgxs.mk adds that automatically. regards, tom lane