Skip to content

Commit

Permalink
Updated Speex for shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio authored and tonytheodore committed Feb 10, 2014
1 parent a2dfea7 commit c639329
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/speex.mk
Expand Up @@ -19,9 +19,7 @@ endef

define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--disable-oggtest
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS= doc_DATA=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS= doc_DATA=
Expand Down

0 comments on commit c639329

Please sign in to comment.