Skip to content
Snippets Groups Projects
Verified Commit 82aaf4b9 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/libdaemon: Fix on aarch64

parent ceb59cd4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,12 @@ makedepends="doxygen lynx"
subpackages="$pkgname-dev $pkgname-doc"
source="http://0pointer.de/lennart/projects/libdaemon/libdaemon-$pkgver.tar.gz"
prepare() {
update_config_guess
update_config_sub
default_prepare
}
build() {
./configure \
--prefix=/usr \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment