diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-16 13:56:53 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-16 13:56:53 +0000 |
commit | 9b123ac645e07e71619d8f3a31b9b37050906d19 (patch) | |
tree | 09030a830f5ed60bd44451f70b3cc10ba9a8f323 /system | |
parent | 2fb331fbca471799894bee314a4ded512221f64c (diff) | |
download | packages-9b123ac645e07e71619d8f3a31b9b37050906d19.tar.gz packages-9b123ac645e07e71619d8f3a31b9b37050906d19.tar.bz2 packages-9b123ac645e07e71619d8f3a31b9b37050906d19.tar.xz packages-9b123ac645e07e71619d8f3a31b9b37050906d19.zip |
system/build-tools: remove fortify-headers
This package is unused on all but x86, where it causes
many build issues for virtually no benefit.
Diffstat (limited to 'system')
-rw-r--r-- | system/build-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/build-tools/APKBUILD b/system/build-tools/APKBUILD index 39495ec5b..e5ff48c72 100644 --- a/system/build-tools/APKBUILD +++ b/system/build-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=build-tools pkgver=1.0 -pkgrel=7 +pkgrel=8 pkgdesc="Meta-package for user development utilities" url="https://adelielinux.org/" arch="noarch" @@ -11,7 +11,7 @@ depends="bash gettext-tiny gettext-tiny-dev binutils gcc g++ make diffutils patch - fortify-headers linux-headers + linux-headers mawk sed bzip2 gzip unzip xz abuild" |