From: Brian West Date: Tue, 22 Jul 2014 11:28:46 +0000 (-0500) Subject: tweak X-Git-Tag: v1.4.8~10^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00573a95cc65b06b2fdec22602e1ff91ce577058;p=thirdparty%2Ffreeswitch.git tweak --- 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)