fix-cflags.diff

text/plain

Filename: fix-cflags.diff
Type: text/plain
Part: 0
Message: Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
contrib/pgcrypto/Makefile 1 1
Index: contrib/pgcrypto/Makefile
===================================================================
RCS file: /opt/arc/cvs2/pgsql/contrib/pgcrypto/Makefile,v
retrieving revision 1.16
diff -u -c -r1.16 Makefile
*** contrib/pgcrypto/Makefile	5 Jul 2005 23:18:44 -0000	1.16
--- contrib/pgcrypto/Makefile	6 Jul 2005 10:37:26 -0000
***************
*** 16,22 ****
  CF_TESTS = $(if $(subst no,,$(with_openssl)), $(OSSL_TESTS))
  CF_CFLAGS = $(if $(subst no,,$(with_openssl)), $(OSSL_CFLAGS), $(INT_CFLAGS))
  
! PG_CPPFLAGS	:= $(CF_CFLAGS) -I$(srcdir) $(PG_CPPFLAGS)
  
  SRCS		= pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c \
  		crypt-gensalt.c crypt-blowfish.c crypt-des.c \
--- 16,22 ----
  CF_TESTS = $(if $(subst no,,$(with_openssl)), $(OSSL_TESTS))
  CF_CFLAGS = $(if $(subst no,,$(with_openssl)), $(OSSL_CFLAGS), $(INT_CFLAGS))
  
! PG_CPPFLAGS	= $(CF_CFLAGS) -I$(srcdir)
  
  SRCS		= pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c \
  		crypt-gensalt.c crypt-blowfish.c crypt-des.c \