diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-02-10 05:33:26 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-02-10 05:33:26 (GMT) |
commit | c950f3635caa9b2dd562286baa51138e6e30dca1 (patch) | |
tree | ee5f2c4ce5fe0c32fc7e587b464dbe22c7ecab70 /src/opus.mk | |
parent | 6e81d8db349e9672c3cd67b0b6c49b5405f806f2 (diff) | |
download | mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.zip mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.gz mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.bz2 |
various packages: enable shared builds
Diffstat (limited to 'src/opus.mk')
-rw-r--r-- | src/opus.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/opus.mk b/src/opus.mk index cc609a1..faafe02 100644 --- a/src/opus.mk +++ b/src/opus.mk @@ -22,10 +22,7 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ - --host='$(TARGET)' \ - --build="`config.guess`" \ - --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' + $(MXE_CONFIGURE_OPTS) $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= endef |