Skip to content

PKGBUILD suggestions

loqs requested to merge (removed):FS#74331 into main
  • Switched to signed git tag.
    • There is no signature file for the 0.0.10.1 tarball. git was previously used between c35f17bb and 7a53931b.
  • Drop unneeded depends libevent.
  • Drop unneeded makedepends cscope.
  • Change sed substitutions.
    • Use single quoting to avoid shell variable expansion in the sed substitutions.
    • Amend comment to reflect that DSO_LDFLAGS will be set to LDFLAGS from makepkg.
    • This produces the following change in the modified Makefile:
< DSO_LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now-g -pthread -lm -lrt
---
> DSO_LDFLAGS=$(LDFLAGS)

Implements #1 (closed)

Merge request reports