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
0b112045
Commit
0b112045
authored
Oct 12, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vpath build break, induced by Bruce's recent commit.
parent
d7099647
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/Makefile.shlib
src/Makefile.shlib
+3
-3
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
+2
-2
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
No files found.
src/Makefile.shlib
View file @
0b112045
...
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.8
0 2004/10/12 01:04:09 momjian
Exp $
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.8
1 2004/10/12 04:48:34 neilc
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -245,9 +245,9 @@ endif # enable_shared
all-lib
:
all-static-lib all-shared-lib
all-static-lib
:
$(PTHREAD_H_WIN32) $(top_
src
dir)/src/port/pg_config_paths.h lib$(NAME).a
all-static-lib
:
$(PTHREAD_H_WIN32) $(top_
build
dir)/src/port/pg_config_paths.h lib$(NAME).a
all-shared-lib
:
$(PTHREAD_H_WIN32) $(top_
src
dir)/src/port/pg_config_paths.h $(shlib)
all-shared-lib
:
$(PTHREAD_H_WIN32) $(top_
build
dir)/src/port/pg_config_paths.h $(shlib)
ifneq
($(PORTNAME), cygwin)
ifneq
($(PORTNAME), win32)
...
...
src/interfaces/ecpg/ecpglib/Makefile
View file @
0b112045
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.2
7 2004/10/12 01:04:10 momjian
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.2
8 2004/10/12 04:48:35 neilc
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -30,7 +30,7 @@ OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
SHLIB_LINK
=
-L
../pgtypeslib
-lpgtypes
$(libpq)
\
$(
filter
-lintl
-lssl
-lcrypto
-lkrb5
-lcrypt
-lm
,
$(LIBS)
)
$(PTHREAD_LIBS)
all
:
$(top_
src
dir)/src/port/pg_config_paths.h all-lib
all
:
$(top_
build
dir)/src/port/pg_config_paths.h all-lib
# Shared library stuff
include
$(top_srcdir)/src/Makefile.shlib
...
...
src/interfaces/libpq/Makefile
View file @
0b112045
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.11
6 2004/10/12 01:04:11 momjian
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.11
7 2004/10/12 04:48:36 neilc
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -51,7 +51,7 @@ SHLIB_LINK += -lwsock32 -lws2_32 $(filter -leay32 -lssleay32, $(LIBS))
endif
all
:
$(PTHREAD_H_WIN32) $(top_
src
dir)/src/port/pg_config_paths.h all-lib
all
:
$(PTHREAD_H_WIN32) $(top_
build
dir)/src/port/pg_config_paths.h all-lib
# Shared library stuff
include
$(top_srcdir)/src/Makefile.shlib
...
...
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