File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
# -*-makefile-*-
2
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.161 2003/04/04 20:42:11 momjian Exp $
2
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.162 2003/05/11 20:50:53 tgl Exp $
3
3
4
4
# ------------------------------------------------------------------------------
5
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -262,9 +262,8 @@ host_tuple = @host@
262
262
host_os = @host_os@
263
263
host_cpu = @host_cpu@
264
264
265
- # Grungy things needed for HP-UX
265
+ # The HP-UX port makefile, for one, needs access to this symbol
266
266
HAVE_POSIX_SIGNALS = @HAVE_POSIX_SIGNALS@
267
- HPUXMATHLIB = @HPUXMATHLIB@
268
267
269
268
# This is mainly for use on FreeBSD, where we have both a.out and elf
270
269
# systems now. May be applicable to other systems to?
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ ifeq ($(HAVE_POSIX_SIGNALS), no)
11
11
LIBS := -lBSD $(LIBS)
12
12
endif
13
13
14
- # On HPUX 9, rint() is provided only in the PA1.1 version of libm.
15
- # If configure found it necessary to link against /lib/pa1.1 to find rint,
16
- # add -L command to make that happen.
17
- # (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
18
- ifneq ($(HPUXMATHLIB),)
19
- LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
20
- endif
21
-
22
14
# Embed 'libdir' as the shared library search path so that the executables
23
15
# don't need SHLIB_PATH to be set. (We do not observe the --enable-rpath
24
16
# switch here because you'd get rather bizarre behavior if you leave this
You can’t perform that action at this time.
0 commit comments