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
c8aa8938
Commit
c8aa8938
authored
Apr 24, 2015
by
Noah Misch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete -I options from ECPG library compilation.
The MSVC build system already omitted these.
parent
bcd7e889
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/compatlib/Makefile
+1
-1
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
+1
-1
No files found.
src/interfaces/ecpg/compatlib/Makefile
View file @
c8aa8938
...
...
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
SO_MINOR_VERSION
=
7
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
-I$(libpq_srcdir) -
I$(top_srcdir)/src/include/utils -
DFRONTEND $(CPPFLAGS)
-I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
override
CFLAGS
+=
$(PTHREAD_CFLAGS)
SHLIB_LINK
=
-L
../ecpglib
-lecpg
-L
../pgtypeslib
-lpgtypes
$(libpq)
\
...
...
src/interfaces/ecpg/pgtypeslib/Makefile
View file @
c8aa8938
...
...
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
SO_MINOR_VERSION
=
6
override CPPFLAGS
:
= -I../include -I$(top_srcdir)/src/interfaces/ecpg/include
\
-
I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) -
DFRONTEND $(CPPFLAGS)
-DFRONTEND $(CPPFLAGS)
override
CFLAGS
+=
$(PTHREAD_CFLAGS)
# Need to recompile any libpgport object files
...
...
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