From 00573a95cc65b06b2fdec22602e1ff91ce577058 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 22 Jul 2014 06:28:46 -0500 Subject: [PATCH] tweak --- build/Makefile.openbsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 88c129b375..504e031aea 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -14,7 +14,7 @@ OPENSSL=1.0.1h LIBEDIT=20140618-3.1 freeswitch: has-git deps freeswitch.git/Makefile - AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake + cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake freeswitch.git/Makefile: freeswitch.git/configure cd freeswitch.git && PKG_CONFIG_PATH=$(PREFIX)/lib/pkgconfig ./configure LDFLAGS='-L$(PREFIX)/lib -Wl,-rpath=$(PREFIX)/lib' CFLAGS='-I$(PREFIX)/include' --prefix=$(FSPREFIX)