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
a7c50cd9
Commit
a7c50cd9
authored
May 11, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish removing HPUXMATHLIB.
parent
6f261461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
src/Makefile.global.in
src/Makefile.global.in
+2
-3
src/makefiles/Makefile.hpux
src/makefiles/Makefile.hpux
+0
-8
No files found.
src/Makefile.global.in
View file @
a7c50cd9
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.16
1 2003/04/04 20:42:11 momjian
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.16
2 2003/05/11 20:50:53 tgl
Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
...
...
@@ -262,9 +262,8 @@ host_tuple = @host@
host_os
=
@host_os@
host_cpu
=
@host_cpu@
#
Grungy things needed for HP-UX
#
The HP-UX port makefile, for one, needs access to this symbol
HAVE_POSIX_SIGNALS
=
@HAVE_POSIX_SIGNALS@
HPUXMATHLIB
=
@HPUXMATHLIB@
# This is mainly for use on FreeBSD, where we have both a.out and elf
# systems now. May be applicable to other systems to?
...
...
src/makefiles/Makefile.hpux
View file @
a7c50cd9
...
...
@@ -11,14 +11,6 @@ ifeq ($(HAVE_POSIX_SIGNALS), no)
LIBS
:=
-lBSD
$(LIBS)
endif
# On HPUX 9, rint() is provided only in the PA1.1 version of libm.
# If configure found it necessary to link against /lib/pa1.1 to find rint,
# add -L command to make that happen.
# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
ifneq
($(HPUXMATHLIB),)
LDFLAGS
:=
-L
/lib/pa1.1
$(LDFLAGS)
endif
# Embed 'libdir' as the shared library search path so that the executables
# don't need SHLIB_PATH to be set. (We do not observe the --enable-rpath
# switch here because you'd get rather bizarre behavior if you leave this
...
...
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