diff options
Diffstat (limited to 'src/theora.mk')
-rw-r--r-- | src/theora.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theora.mk b/src/theora.mk index f40eeca..5e80794 100644 --- a/src/theora.mk +++ b/src/theora.mk @@ -21,7 +21,7 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ - --build='$(BUILD)' \ + --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= doc_DATA= |