Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d6b0d8

Browse files
committed
Fix incorrect PG_CPPFLAGS initialization, per Marko.
1 parent0bf8b27 commit3d6b0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pgcrypto/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.16 2005/07/05 23:18:44 tgl Exp $
2+
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.17 2005/07/06 16:14:42 tgl Exp $
33
#
44

55
# 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))
1616
CF_TESTS =$(if$(subst no,,$(with_openssl)),$(OSSL_TESTS))
1717
CF_CFLAGS =$(if$(subst no,,$(with_openssl)),$(OSSL_CFLAGS),$(INT_CFLAGS))
1818

19-
PG_CPPFLAGS:=$(CF_CFLAGS) -I$(srcdir)$(PG_CPPFLAGS)
19+
PG_CPPFLAGS=$(CF_CFLAGS)
2020

2121
SRCS= pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c\
2222
crypt-gensalt.c crypt-blowfish.c crypt-des.c\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp