From 0852fbbb552a5d926b00e9e21af7d05c6d0ebb31 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 26 Oct 1998 00:57:33 +0000
Subject: [PATCH] Compiler options not spelled quite right...

---
 src/template/hpux_cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/template/hpux_cc b/src/template/hpux_cc
index b008b530fc9..c58f082869e 100644
--- a/src/template/hpux_cc
+++ b/src/template/hpux_cc
@@ -1,5 +1,5 @@
 AROPT:crs
-CFLAGS:-W l,-E -Ae 
+CFLAGS:-Wl,-E -Ae 
 SHARED_LIB:+z
 ALL:
 SRCH_INC:
-- 
GitLab