diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-03-31 14:26:30 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 15:19:04 +0000 |
commit | 362e21db9849f8f70958d2ee21d82bdf59edb1c9 (patch) | |
tree | 877b1da539ef5a1cb3d10de979787f48705f2b41 /main/qemu | |
parent | ddc30ab16dd670a38911af4fea233fac0cc9245a (diff) | |
download | aports-362e21db9849f8f70958d2ee21d82bdf59edb1c9.tar.bz2 aports-362e21db9849f8f70958d2ee21d82bdf59edb1c9.tar.xz |
main/qemu: remove strip action from APKBUILD
APKBUILD was stripping qemu binaries and also a .img file and this was making
the build fail. As qemu Makefile already strip the generated binaries, APKBUILD
does not need to strip them again, so this patch removes the strip from APKBUILD.
Diffstat (limited to 'main/qemu')
-rw-r--r-- | main/qemu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index 61206466e1..be87ffb251 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -41,7 +41,7 @@ makedepends=" depends="" pkggroups="qemu" install="$pkgname.pre-install $pkgname.post-install" -options="suid" # needed for qemu-bridge-helper +options="suid !strip" # needed for qemu-bridge-helper subpackages="$pkgname-doc $pkgname-guest-agent:guest" _subsystems=" |