diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-07 00:26:13 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-07 05:04:12 +0000 |
commit | 295aec7ae79461d6b375b73a4842256227a48b4f (patch) | |
tree | c9fd304b595e837654f74b399bd7f544804c57a9 /testing/elogind | |
parent | bba99c086176378b5a06539ea5c2ec2242266769 (diff) | |
download | aports-295aec7ae79461d6b375b73a4842256227a48b4f.tar.bz2 aports-295aec7ae79461d6b375b73a4842256227a48b4f.tar.xz |
testing/elogind: modernize
Closes GH-7636
Diffstat (limited to 'testing/elogind')
-rw-r--r-- | testing/elogind/APKBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/elogind/APKBUILD b/testing/elogind/APKBUILD index 2595db4f5a..8be30430c4 100644 --- a/testing/elogind/APKBUILD +++ b/testing/elogind/APKBUILD @@ -37,7 +37,6 @@ source=" $pkgname-$pkgver.tar.gz::https://github.com/elogind/elogind/archive/v${pkgver}.tar.gz reverse_DISABLE_BUFFER_in_cg_attach.patch reverse_CLOSE_ON_EXEC_removal.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { [ "$CARCH" == "s390x" ] && export CFLAGS="$CFLAGS -D__IGNORE_pkey_mprotect -DSO_PEERSEC=31" @@ -73,10 +72,6 @@ package() { install -Dm644 src/systemd/_sd-common.h usr/include/_sd-common.h } -libs() { - default_libs -} - zshcomp() { pkgdesc="Zsh completion for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel zsh" |