From f10e2174b4c624c3667fe21afcd680923d7a094a Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Tue, 9 May 2006 08:15:51 +0000 Subject: [PATCH] FreeBSD fixes for build process git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@334 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9ea2e5..d2e19c3 100644 --- a/Makefile +++ b/Makefile @@ -43,12 +43,13 @@ INSTALL_PREFIX=$(DESTDIR) INSTALL_BASE=/usr SOFLAGS = -Wl,-hlibpri.so.1.0 LDCONFIG = /sbin/ldconfig -ifneq (,$(findstring $(OSARCH), Linux GNU/kFreeBSD)) +ifneq (,$(findstring $(OSARCH), Linux GNU)) LDCONFIG_FLAGS=-n else ifeq (${OSARCH},FreeBSD) LDCONFIG_FLAGS=-m CFLAGS += -I../zaptel -I../zapata +INSTALL_BASE=/usr/local endif endif ifeq (${OSARCH},SunOS)