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
c2009383
Commit
c2009383
authored
Nov 02, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slight mods required for freebsd (elf vs aout stuff)
parent
46fb8163
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/configure
src/configure
+1
-1
src/configure.in
src/configure.in
+1
-1
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.freebsd
+1
-1
No files found.
src/configure
View file @
c2009383
...
...
@@ -618,7 +618,7 @@ case "$host_os" in
linux
*
)
os
=
linux
need_tas
=
no
;;
bsdi
*
)
os
=
bsdi
need_tas
=
no
;;
freebsd3
*
)
os
=
freebsd
need_tas
=
no
elf
=
yes
;;
freebsd12
*
)
os
=
freebsd
need_tas
=
no
;;
freebsd1
*
|
freebsd
2
*
)
os
=
freebsd
need_tas
=
no
;;
netbsd
*
|
openbsd
*
)
os
=
bsd
need_tas
=
no
;;
dgux
*
)
os
=
dgux
need_tas
=
no
;;
aix
*
)
os
=
aix
need_tas
=
no
;;
...
...
src/configure.in
View file @
c2009383
...
...
@@ -17,7 +17,7 @@ case "$host_os" in
linux*) os=linux need_tas=no ;;
bsdi*) os=bsdi need_tas=no ;;
freebsd3*) os=freebsd need_tas=no elf=yes ;;
freebsd
[12]
*) os=freebsd need_tas=no ;;
freebsd
1*|freebsd2
*) os=freebsd need_tas=no ;;
netbsd*|openbsd*) os=bsd need_tas=no ;;
dgux*) os=dgux need_tas=no ;;
aix*) os=aix need_tas=no ;;
...
...
src/makefiles/Makefile.freebsd
View file @
c2009383
...
...
@@ -8,6 +8,6 @@
ifdef
ELF_SYSTEM
$(LD)
-x
-Bshareable
-o
$@
$@
.pic
else
$(LD)
-x
-Bshareable
-Bforcearchive
-o
$@
$@.pic
$(LD)
-x
-Bshareable
-Bforcearchive
-o
$@
$@
.pic
endif
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