The source project of this merge request has been removed.
PKGBUILD suggestions
- Switched to signed git tag.
- 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)