mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 21:24:14 +00:00
Revert "mod_fax: Remove -ljpeg, let libtool do its magic."
This reverts commit 13996ec62e96161fe425f951ff18b772c52c25a6. libtool - now available in various flavours of broken
This commit is contained in:
parent
3354495921
commit
7364c1c276
@ -13,7 +13,7 @@ mod_LTLIBRARIES = mod_fax.la
|
|||||||
mod_fax_la_SOURCES = mod_fax.c udptl.c
|
mod_fax_la_SOURCES = mod_fax.c udptl.c
|
||||||
mod_fax_la_CFLAGS = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I.
|
mod_fax_la_CFLAGS = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I.
|
||||||
mod_fax_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
|
mod_fax_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
|
||||||
mod_fax_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|
mod_fax_la_LDFLAGS = -avoid-version -module -no-undefined -shared -ljpeg
|
||||||
|
|
||||||
$(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
|
$(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
|
||||||
cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1
|
cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user