Package Details: dms 1.6.0-2

Git Clone URL: https://aur.archlinux.org/dms.git (read-only, click to copy)
Package Base: dms
Description: UPnP DLNA Digital Media Server
Upstream URL: https://github.com/anacrolix/dms/
Licenses: BSD
Submitter: bitwave
Maintainer: bitwave
Last Packager: bitwave
Votes: 7
Popularity: 0.001237
First Submitted: 2015-03-03 15:55 (UTC)
Last Updated: 2023-06-15 17:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

enihcam commented on 2023-06-14 10:59 (UTC)

the following patch fixes the issue.

diff --git a/PKGBUILD b/PKGBUILD
index 5560927..ace2cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ build() {
   go build \
     -gcflags "all=-trimpath=${PWD}" \
     -asmflags "all=-trimpath=${PWD}" \
-    -ldflags "-extldflags ${LDFLAGS}" \
+    -ldflags "-extldflags \"${LDFLAGS}\"" \
     -buildmode=pie \
     .
 }

enihcam commented on 2023-06-14 10:58 (UTC)

Build failed when enable mold linker:

==> Starting build()...
# github.com/anacrolix/dms
flag provided but not defined: -fuse-ld

/etc/xdg/pacman/makepkg.conf:

LTOFLAGS="-fuse-ld=mold -flto=auto -fuse-linker-plugin"
OPTIONS=(strip !docs !libtool !staticlibs !emptydirs zipman purge !debug lto)

dz0ny commented on 2015-08-01 20:37 (UTC)

Moved to here https://github.com/anacrolix/dms