Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
20edc4af
Commit
20edc4af
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
move comment
parent
be274f47
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.shlib
+8
-7
8 additions, 7 deletions
src/Makefile.shlib
with
8 additions
and
7 deletions
src/Makefile.shlib
+
8
−
7
View file @
20edc4af
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
# Copyright (c) 1998, Regents of the University of California
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.4
3
2001/02/10 1
7:36:57
momjian Exp $
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.4
4
2001/02/10 1
8:46:34
momjian Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -50,6 +50,13 @@
...
@@ -50,6 +50,13 @@
# plus any additional things you want to install. Et cetera.
# plus any additional things you want to install. Et cetera.
#
#
# Got that? Look at src/interfaces/libpq/Makefile for an example.
# Got that? Look at src/interfaces/libpq/Makefile for an example.
#
# While the linker allows creation of most shared libraries,
# -Bsymbolic requires resolution of all symbols, making the
# compiler a better choice for shared library creation on ELF platforms.
# With the linker, -Bsymbolic requires the crt1.o startup object file.
# bjm 2001-02-10
ifndef
cplusplus
ifndef
cplusplus
COMPILER
=
$(
CC
)
$(
CFLAGS
)
COMPILER
=
$(
CC
)
$(
CFLAGS
)
...
@@ -109,12 +116,6 @@ ifeq ($(PORTNAME), darwin)
...
@@ -109,12 +116,6 @@ ifeq ($(PORTNAME), darwin)
LINK.shared
=
$(
COMPILER
)
$(
CFLAGS_SL
)
LINK.shared
=
$(
COMPILER
)
$(
CFLAGS_SL
)
endif
endif
# While the linker allows creation of most shared libraries,
# -Bsymbolic requires resolution of all symbols, making the
# compiler a better choice for shared library creation on BSD platforms.
# With the linker, -Bsymbolic requires the crt1.o startup object file.
# bjm 2001-02-10
ifeq
($(PORTNAME), openbsd)
ifeq
($(PORTNAME), openbsd)
shlib
:=
lib
$(
NAME
)$(
DLSUFFIX
)
.
$(
SO_MAJOR_VERSION
)
.
$(
SO_MINOR_VERSION
)
shlib
:=
lib
$(
NAME
)$(
DLSUFFIX
)
.
$(
SO_MAJOR_VERSION
)
.
$(
SO_MINOR_VERSION
)
ifdef
ELF_SYSTEM
ifdef
ELF_SYSTEM
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment