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
6f1a5074
Commit
6f1a5074
authored
Jun 12, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up template names and remove LINUX_ELF hack. No longer
needed.
parent
be1d4719
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
22 deletions
+10
-22
src/configure.in
src/configure.in
+0
-7
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpgtcl/Makefile.in
+5
-8
src/interfaces/libpq/Makefile.in
src/interfaces/libpq/Makefile.in
+5
-7
No files found.
src/configure.in
View file @
6f1a5074
...
...
@@ -87,13 +87,6 @@ AC_ARG_WITH(template,
])
AC_MSG_RESULT($TEMPLATE)
if test "$TEMPLATE" = "linux-elf"; then
LINUX_ELF=yes
else
LINUX_ELF=no
fi
AC_SUBST(LINUX_ELF)
export TEMPLATE
if test ! -f "template/$TEMPLATE"; then
echo ""
...
...
src/interfaces/libpgtcl/Makefile.in
View file @
6f1a5074
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1
5 1998/05/24 03:48:58 scrappy
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1
6 1998/06/12 18:36:40 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -34,13 +34,10 @@ shlib :=
LIBPQ
=
-L
$(SRCDIR)
/interfaces/libpq
-lpq
ifeq
($(PORTNAME), linux)
LINUX_ELF
=
@LINUX_ELF@
ifdef
LINUX_ELF
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
CFLAGS
+=
$(CFLAGS_SL)
LDFLAGS_SL
=
-shared
endif
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1
CFLAGS
+=
$(CFLAGS_SL)
LDFLAGS_SL
=
-shared
endif
ifeq
($(PORTNAME), bsd)
...
...
src/interfaces/libpq/Makefile.in
View file @
6f1a5074
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.1
8 1998/05/12 21:44:0
2 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.1
9 1998/06/12 18:36:4
2 momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -32,12 +32,10 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
shlib
:=
install-shlib-dep
:=
ifeq
($(PORTNAME), linux)
ifdef
LINUX_ELF
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LDFLAGS_SL
=
-shared
-soname
libpq.so.
$(SO_MAJOR_VERSION)
CFLAGS
+=
$(CFLAGS_SL)
endif
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.
$(SO_MAJOR_VERSION)
.
$(SO_MINOR_VERSION)
LDFLAGS_SL
=
-shared
-soname
libpq.so.
$(SO_MAJOR_VERSION)
CFLAGS
+=
$(CFLAGS_SL)
endif
ifeq
($(PORTNAME), bsd)
ifdef
BSD_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