Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7806dc

Browse files
author
Bryan Henderson
committed
Make it find inet_aton.h so backend compiles on Solaris.
1 parent 4aa1734 commit d7806dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/port/sparc_solaris/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
# Makefile for port/sparc_solaris
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.2 1996/11/09 06:20:17 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.3 1996/11/10 00:38:38 bryanh Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR = ../../..
1212
include ../../../Makefile.global
1313

14-
INCLUDE_OPT = -I../.. \
14+
INCLUDE_OPT = -I.. \
15+
-I../.. \
1516
-I../../../include
1617

1718
CFLAGS+=$(INCLUDE_OPT)

0 commit comments

Comments
 (0)