Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3d6b0d86
Commit
3d6b0d86
authored
Jul 06, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect PG_CPPFLAGS initialization, per Marko.
parent
0bf8b273
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
contrib/pgcrypto/Makefile
contrib/pgcrypto/Makefile
+2
-2
No files found.
contrib/pgcrypto/Makefile
View file @
3d6b0d86
#
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.1
6 2005/07/05 23:18:44
tgl Exp $
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.1
7 2005/07/06 16:14:42
tgl Exp $
#
# 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))
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_CPP
FLAGS)
PG_CPPFLAGS
=
$(CF_C
FLAGS)
SRCS
=
pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c
\
crypt-gensalt.c crypt-blowfish.c crypt-des.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment