diff options
Diffstat (limited to 'main/dpkg/APKBUILD')
-rw-r--r-- | main/dpkg/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD index 98a5bacc9c..f3d243df08 100644 --- a/main/dpkg/APKBUILD +++ b/main/dpkg/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dpkg pkgver=1.16.10 -pkgrel=1 +pkgrel=2 pkgdesc="The Debian Package Manager" url="http://packages.debian.org/dpkg" arch="all" @@ -21,8 +21,6 @@ prepare() { build() { cd "$_builddir" ./configure \ - --build=$CBUILD \ - --host=$CHOST \ --prefix=/usr \ --localstatedir=/var \ --with-zlib \ |