diff options
-rw-r--r-- | main/aspell-en/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD index 7f79a21b3..6dd5efb44 100644 --- a/main/aspell-en/APKBUILD +++ b/main/aspell-en/APKBUILD @@ -14,8 +14,6 @@ _builddir="$srcdir"/aspell6-en-$pkgver-0 build () { cd "$_builddir" ./configure \ - --build=$CBUILD \ - --host=$CHOST \ || return 1 make || return 1 } |