Skip to content

Commit

Permalink
build sofia-sip with same flags as drachtio
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Feb 20, 2024
1 parent 77473fb commit 097a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ${srcdir}/deps/boost/stage/lib/libboost_thread.a ${srcdir}/deps/boost/stage/lib/
endif

${srcdir}/deps/sofia-sip/libsofia-sip-ua/.libs/libsofia-sip-ua.a:
cd ${srcdir}/deps/sofia-sip && ./bootstrap.sh && ./configure --with-glib=no && $(MAKE)
cd ${srcdir}/deps/sofia-sip && ./bootstrap.sh && ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" --with-glib=no && $(MAKE)

${srcdir}/deps/jansson/src/.libs/libjansson.a:
cd ${srcdir}/deps/jansson && autoreconf -fi && ./configure && $(MAKE)
Expand Down

0 comments on commit 097a417

Please sign in to comment.