diff --git a/src/mod/codecs/mod_bv/Makefile b/src/mod/codecs/mod_bv/Makefile index 065f7a2eab..66edc3d3b2 100644 --- a/src/mod/codecs/mod_bv/Makefile +++ b/src/mod/codecs/mod_bv/Makefile @@ -6,6 +6,6 @@ LOCAL_LIBADD=$(BV_LA) include $(BASE)/build/modmake.rules $(BV_LA): $(BV_DIR)/.update - cd $(BV_DIR) && ./configure --disable-shared --with-pic && $(MAKE) + cd $(BV_DIR) && $(MAKE) $(TOUCH_TARGET)