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
405ced26
Commit
405ced26
authored
Jan 13, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various fixes resulting from removing the PORTNAME defines
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
parent
374bb5d2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
src/configure
src/configure
+2
-2
src/configure.in
src/configure.in
+1
-1
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpgtcl/Makefile.in
+4
-2
src/interfaces/libpq/Makefile.in
src/interfaces/libpq/Makefile.in
+4
-2
No files found.
src/configure
View file @
405ced26
...
@@ -4360,7 +4360,7 @@ done
...
@@ -4360,7 +4360,7 @@ done
ac_given_srcdir=
$srcdir
ac_given_srcdir=
$srcdir
trap 'rm -fr `echo "GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh in
terfaces/libpq/Makefile interfaces/libpgtcl/Makefile in
clude/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
...
@@ -4480,7 +4480,7 @@ EOF
...
@@ -4480,7 +4480,7 @@ EOF
cat
>>
$CONFIG_STATUS
<<
EOF
cat
>>
$CONFIG_STATUS
<<
EOF
CONFIG_FILES=
\$
{CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh"}
CONFIG_FILES=
\$
{CONFIG_FILES-"GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh
interfaces/libpq/Makefile interfaces/libpgtcl/Makefile
"}
EOF
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
cat
>>
$CONFIG_STATUS
<<
\
EOF
for ac_file in ..
$CONFIG_FILES
; do if test "x
$ac_file
" != x..; then
for ac_file in ..
$CONFIG_FILES
; do if test "x
$ac_file
" != x..; then
...
...
src/configure.in
View file @
405ced26
...
@@ -523,4 +523,4 @@ else
...
@@ -523,4 +523,4 @@ else
fi
fi
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh)
AC_OUTPUT(GNUmakefile Makefile.global backend/port/Makefile bin/pg_version/Makefile bin/psql/Makefile bin/pg_dump/Makefile backend/utils/Gen_fmgrtab.sh
interfaces/libpq/Makefile interfaces/libpgtcl/Makefile
)
src/interfaces/libpgtcl/Makefile
→
src/interfaces/libpgtcl/Makefile
.in
View file @
405ced26
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile
,v 1.17 1997/10/28 15:13:10 vadim
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile
.in,v 1.1 1998/01/13 04:18:04 scrappy
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -20,6 +20,8 @@ INCLUDE_OPT= \
...
@@ -20,6 +20,8 @@ INCLUDE_OPT= \
-I
$(LIBPQDIR)
\
-I
$(LIBPQDIR)
\
-I
$(TCL_INCDIR)
-I
$(TCL_INCDIR)
PORTNAME
=
@PORTNAME@
CFLAGS
+=
$(INCLUDE_OPT)
CFLAGS
+=
$(INCLUDE_OPT)
ifdef
KRBVERS
ifdef
KRBVERS
CFLAGS
+=
$(KRBFLAGS)
CFLAGS
+=
$(KRBFLAGS)
...
@@ -39,7 +41,7 @@ ifeq ($(PORTNAME), linux)
...
@@ -39,7 +41,7 @@ ifeq ($(PORTNAME), linux)
endif
endif
endif
endif
ifeq
($(PORTNAME),
BSD44_derive
d)
ifeq
($(PORTNAME),
bs
d)
install-shlib-dep
:=
install-shlib
install-shlib-dep
:=
install-shlib
shlib
:=
libpgtcl.so.1.0
shlib
:=
libpgtcl.so.1.0
LDFLAGS_SL
=
-x
-Bshareable
-Bforcearchive
LDFLAGS_SL
=
-x
-Bshareable
-Bforcearchive
...
...
src/interfaces/libpq/Makefile
→
src/interfaces/libpq/Makefile
.in
View file @
405ced26
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/
Makefile,v 1.37 1997/08/17 00:33:28
scrappy Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/
Attic/Makefile.in,v 1.1 1998/01/13 04:18:22
scrappy Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -17,6 +17,8 @@ include $(SRCDIR)/Makefile.global
...
@@ -17,6 +17,8 @@ include $(SRCDIR)/Makefile.global
# We need the backend directory here for its fmgr.h
# We need the backend directory here for its fmgr.h
INCLUDE_OPT
=
-I
$(SRCDIR)
/include
-I
$(SRCDIR)
/backend
INCLUDE_OPT
=
-I
$(SRCDIR)
/include
-I
$(SRCDIR)
/backend
PORTNAME
=
@PORTNAME@
CFLAGS
+=
$(INCLUDE_OPT)
CFLAGS
+=
$(INCLUDE_OPT)
ifdef
KRBVERS
ifdef
KRBVERS
...
@@ -37,7 +39,7 @@ ifeq ($(PORTNAME), linux)
...
@@ -37,7 +39,7 @@ ifeq ($(PORTNAME), linux)
CFLAGS
+=
$(CFLAGS_SL)
CFLAGS
+=
$(CFLAGS_SL)
endif
endif
endif
endif
ifeq
($(PORTNAME),
BSD44_derive
d)
ifeq
($(PORTNAME),
bs
d)
install-shlib-dep
:=
install-shlib
install-shlib-dep
:=
install-shlib
shlib
:=
libpq.so.1.0
shlib
:=
libpq.so.1.0
LDFLAGS_SL
=
-x
-Bshareable
-Bforcearchive
LDFLAGS_SL
=
-x
-Bshareable
-Bforcearchive
...
...
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