diff options
Diffstat (limited to 'src/pango.mk')
-rw-r--r-- | src/pango.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pango.mk b/src/pango.mk index e6bf26d..3340523 100644 --- a/src/pango.mk +++ b/src/pango.mk @@ -22,6 +22,7 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-gtk-doc \ |