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
3206e522
Commit
3206e522
authored
Mar 25, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pick up any extra -I options for Python build.
parent
1ed61b3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/interfaces/python/GNUmakefile
src/interfaces/python/GNUmakefile
+2
-2
src/interfaces/python/Setup.in.raw
src/interfaces/python/Setup.in.raw
+1
-1
No files found.
src/interfaces/python/GNUmakefile
View file @
3206e522
...
...
@@ -4,7 +4,7 @@
#
# Written by Peter Eisentraut <peter_e@gmx.net>
#
# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.
5 2001/02/07 18:22:10
petere Exp $
# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.
6 2001/03/25 19:44:03
petere Exp $
#
#-------------------------------------------------------------------
...
...
@@ -29,7 +29,7 @@ Setup.in: Setup.in.raw
sed
-e
's,@libpq_srcdir@,
$(libpq_srcdir)
,g'
\
-e
's,@libpq_builddir@,
$(libpq_builddir)
,g'
\
-e
's%@EXTRA_LIBS@%
$(
filter
-L%,
$(LDFLAGS)
)
$(LIBS)
%g'
\
-e
's
,@pg_includedir@,
$(top_srcdir)
/src/include,
g'
\
-e
's
%@INCLUDES@%
$(
filter
-I%,
$(CPPFLAGS)
)
%
g'
\
$<
>
$@
install
:
all
...
...
src/interfaces/python/Setup.in.raw
View file @
3206e522
*shared*
_pg pgmodule.c -I@libpq_srcdir@
-I@pg_includedir
@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@
_pg pgmodule.c -I@libpq_srcdir@
@INCLUDES
@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@
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