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
289e6fd2
Commit
289e6fd2
authored
Dec 07, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
parent
cbc5f4f1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/makefiles/Makefile.bsdi
src/makefiles/Makefile.bsdi
+1
-1
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.freebsd
+1
-1
src/makefiles/Makefile.netbsd
src/makefiles/Makefile.netbsd
+1
-1
src/makefiles/Makefile.openbsd
src/makefiles/Makefile.openbsd
+1
-1
src/makefiles/Makefile.sco
src/makefiles/Makefile.sco
+1
-1
No files found.
src/makefiles/Makefile.bsdi
View file @
289e6fd2
AROPT
=
c
q
AROPT
=
c
r
# bsdi 4.0 and later is ELF
DLSUFFIX
=
.so
...
...
src/makefiles/Makefile.freebsd
View file @
289e6fd2
AROPT
=
c
q
AROPT
=
c
r
ifdef
ELF_SYSTEM
export_dynamic
=
-export-dynamic
...
...
src/makefiles/Makefile.netbsd
View file @
289e6fd2
AROPT
=
c
q
AROPT
=
c
r
ifdef
ELF_SYSTEM
export_dynamic
=
-Wl
,-E
...
...
src/makefiles/Makefile.openbsd
View file @
289e6fd2
AROPT
=
c
q
AROPT
=
c
r
ifdef
ELF_SYSTEM
export_dynamic
=
-Wl
,-E
...
...
src/makefiles/Makefile.sco
View file @
289e6fd2
override
CFLAGS
+=
-dy
export_dynamic
=
-W
l,-Bexport
AROPT
=
c
q
AROPT
=
c
r
DLSUFFIX
=
.so
CFLAGS_SL
=
-K
PIC
...
...
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