From: Marc Olivier Chouinard Date: Fri, 8 Feb 2013 03:01:08 +0000 (-0500) Subject: FS-4532 --resolve X-Git-Tag: v1.3.13~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30faa2dd8725e11f7cace998f023339146edcfa0;p=thirdparty%2Ffreeswitch.git FS-4532 --resolve --- diff --git a/src/mod/applications/mod_esl/Makefile b/src/mod/applications/mod_esl/Makefile index 7ec7e7a47a..cbdd686149 100644 --- a/src/mod/applications/mod_esl/Makefile +++ b/src/mod/applications/mod_esl/Makefile @@ -2,12 +2,10 @@ BASE=../../../.. ESL_DIR = $(switch_srcdir)/libs/esl -LOCAL_LDFLAGS=-L$(ESL_DIR) -lesl -LOCAL_OBJS=$(ESL_DIR)/libesl.so -LOCAL_LIBADD=$(ESL_DIR)/libesl.so +LOCAL_OBJS=$(ESL_DIR)/libesl.a LOCAL_CFLAGS=-I$(ESL_DIR)/src/include include $(BASE)/build/modmake.rules -$(ESL_DIR)/libesl.so: $(ESL_DIR)/Makefile +$(ESL_DIR)/libesl.a: $(ESL_DIR)/Makefile cd $(ESL_DIR) && $(MAKE) -j1