Package Details: llmnrd-git 0.7.r6.gc1e7429-1

Git Clone URL: https://aur.archlinux.org/llmnrd-git.git (read-only, click to copy)
Package Base: llmnrd-git
Description: Link-Local Multicast Resolution Daemon
Upstream URL: https://github.com/tklauser/llmnrd
Licenses: GPL2
Submitter: nazar554
Maintainer: nazar554
Last Packager: nazar554
Votes: 2
Popularity: 0.000000
First Submitted: 2015-12-26 18:18 (UTC)
Last Updated: 2022-05-14 20:26 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

keithspg commented on 2021-11-13 20:15 (UTC) (edited on 2021-11-13 20:44 (UTC) by keithspg)

This does not build as it is currently. I applied this patch and it builds and runs. Also added armv6h armv7h aarch64 to the architecture list.

diff --git a/Makefile b/Makefile
index 79f4af1..9ea9fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ endif
 prefix ?= /usr/local

 BINDIR = $(prefix)/bin
-SBINDIR        = $(prefix)/sbin
+SBINDIR        = $(prefix)/bin
 MAN1DIR = $(prefix)/share/man/man1
 MAN8DIR = $(prefix)/share/man/man8
 DESTDIR        =

It does build a functional binary for armv6, armv7 and aarch64.

nazar554 commented on 2016-08-20 17:16 (UTC)

@hidebu done, can you check?

hidebu commented on 2016-08-20 07:15 (UTC)

I found few problems, can you take a look? * it seems llmnrd-destdir.patch has been applied in the upstream, thus it failed to apply. * the package should use /usr/bin instead of /usr/sbin. * (not a problem) llmnrd.service is included in the upstream, not sure which is better though.