summaryrefslogtreecommitdiff
path: root/system/parted
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-06 06:50:28 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-06 06:50:28 +0000
commit814c443b05eaf60e25e8df6518f4cc56593e7b3f (patch)
tree711fb1638e7c17f313f2ed99386e953c5c039a23 /system/parted
parent47b2d38f9dd4c6adc663d6f111c719f20ad88352 (diff)
downloadpackages-814c443b05eaf60e25e8df6518f4cc56593e7b3f.tar.gz
packages-814c443b05eaf60e25e8df6518f4cc56593e7b3f.tar.bz2
packages-814c443b05eaf60e25e8df6518f4cc56593e7b3f.tar.xz
packages-814c443b05eaf60e25e8df6518f4cc56593e7b3f.zip
system/parted: enable static library building
Diffstat (limited to 'system/parted')
-rw-r--r--system/parted/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/parted/APKBUILD b/system/parted/APKBUILD
index da56a73f9..63356d7b6 100644
--- a/system/parted/APKBUILD
+++ b/system/parted/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=parted
pkgver=3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to create, destroy, resize, check and copy partitions"
url="https://www.gnu.org/software/parted/parted.html"
arch="all"
@@ -32,7 +32,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--disable-debug \
- --disable-static \
+ --enable-static \
--enable-shared \
--enable-device-mapper \
--without-readline