diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-14 20:33:33 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-03 08:24:18 +0000 |
commit | 8eb4be6c782c1bb33ce01969e8fcbb04a2a214f0 (patch) | |
tree | 343b30440133254a969b83c2f00c986425d980f5 /APKBUILD.5 | |
parent | 6a71529fe3fb4d9101e6c1c4812fc1a36be9e6ba (diff) | |
download | abuild-8eb4be6c782c1bb33ce01969e8fcbb04a2a214f0.tar.gz abuild-8eb4be6c782c1bb33ce01969e8fcbb04a2a214f0.tar.bz2 abuild-8eb4be6c782c1bb33ce01969e8fcbb04a2a214f0.tar.xz abuild-8eb4be6c782c1bb33ce01969e8fcbb04a2a214f0.zip |
man: remove obsolete !libc_* options
Diffstat (limited to 'APKBUILD.5')
-rw-r--r-- | APKBUILD.5 | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -346,15 +346,6 @@ argument to .Xr scanelf 1 when attempting to find shared library (.so) dependencies for the package. -.It Cm !libc_eglibc -Specifies that the package cannot be built on the eglibc libc. - -.It Cm !libc_musl -Specifies that the package cannot be built on the musl libc. - -.It Cm !libc_uclibc -Specifies that the package cannot be built on the uclibc libc. - .It Cm libtool Specifies that the package requires its libtool (.la) files. They will not be automatically removed by |