diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-07-30 08:51:11 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-07-30 08:54:53 +0000 |
commit | 5c904717322f8113870abf48cc93c3c8b00ab4e8 (patch) | |
tree | e077e5c3afa20630fd6e96db5872f03d622d639e /main/qt/APKBUILD | |
parent | a879839450737e3cbdb64415af42347c97ccfa28 (diff) | |
download | aports-5c904717322f8113870abf48cc93c3c8b00ab4e8.tar.bz2 aports-5c904717322f8113870abf48cc93c3c8b00ab4e8.tar.xz |
[all autotools packages]: normalize ./configure
Diffstat (limited to 'main/qt/APKBUILD')
-rw-r--r-- | main/qt/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index 95fecd1923..4cf6ba8720 100644 --- a/main/qt/APKBUILD +++ b/main/qt/APKBUILD @@ -49,6 +49,7 @@ build() { export QT4DIR="$_builddir" export PATH="${QT4DIR}/bin:${PATH}" export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH} + # note: not autotools ./configure -confirm-license -opensource \ -prefix /usr \ -docdir /usr/share/doc/qt \ |