We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0bf8b27 commit3d6b0d8Copy full SHA for 3d6b0d8
contrib/pgcrypto/Makefile
@@ -1,5 +1,5 @@
1
#
2
-# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.16 2005/07/05 23:18:44 tgl Exp $
+# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.17 2005/07/06 16:14:42 tgl Exp $
3
4
5
# if you don't have OpenSSL, you can use libc random() or /dev/urandom
@@ -16,7 +16,7 @@ CF_SRCS = $(if $(subst no,,$(with_openssl)), $(OSSL_SRCS), $(INT_SRCS))
16
CF_TESTS =$(if$(subst no,,$(with_openssl)),$(OSSL_TESTS))
17
CF_CFLAGS =$(if$(subst no,,$(with_openssl)),$(OSSL_CFLAGS),$(INT_CFLAGS))
18
19
-PG_CPPFLAGS:=$(CF_CFLAGS) -I$(srcdir)$(PG_CPPFLAGS)
+PG_CPPFLAGS=$(CF_CFLAGS)
20
21
SRCS= pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c\
22
crypt-gensalt.c crypt-blowfish.c crypt-des.c\