summaryrefslogtreecommitdiffstats
path: root/src/liboil.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-20 10:31:36 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-07-20 10:31:36 (GMT)
commit39a42c68b0b76a37aadee82ba3830b150d86b389 (patch)
tree9317cec4214a7379134a3166a662f18d31d86fee /src/liboil.mk
parentfe838d0bb36d52da23a87ca5f2014c84af3d5ed3 (diff)
downloadmxe-39a42c68b0b76a37aadee82ba3830b150d86b389.zip
mxe-39a42c68b0b76a37aadee82ba3830b150d86b389.tar.gz
mxe-39a42c68b0b76a37aadee82ba3830b150d86b389.tar.bz2
liboil libshout gstreamer and plugins: remove options now in MXE_DISABLE_DOC_OPTS
Diffstat (limited to 'src/liboil.mk')
-rw-r--r--src/liboil.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/liboil.mk b/src/liboil.mk
index ef0b351..078655a 100644
--- a/src/liboil.mk
+++ b/src/liboil.mk
@@ -23,13 +23,11 @@ endef
# `as_cv_unaligned_access` so set it manually
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
+ cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--disable-debug \
--disable-examples \
- --mandir='$(1)/sink' \
- --docdir='$(1)/sink' \
- --with-html-dir='$(1)/sink' \
as_cv_unaligned_access=yes
- $(MAKE) -C '$(1)' -j '$(JOBS)' install
+ $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
+ $(MAKE) -C '$(BUILD_DIR)' -j 1 install
endef