New comment by TeddyDD on void-packages repository https://github.com/void-linux/void-packages/issues/12659#issuecomment-505507735 Comment: okay, author added the version number to release --- Wip template ``` # Template file for 'pp' pkgname=pp version=1.0 revision=1 wrksrc="pp" build_style=gnu-makefile short_desc="Preprocessor that allows embedding sh code in files of any type" maintainer="" license="ISC" homepage="https://adi.tilde.institute/pp/index.html" distfiles="https://adi.tilde.institute/pp/pp-${version}.tgz" checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215 post_install() { vlicense LICENSE } ``` Unfortunately fails with ``` => pp-1.0_1: running do_build ... ld pp.o -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o pp ld: unrecognized option '-Wl,-z,relro' ld: use the --help option for usage information make: *** [makefile:17: pp] Error 1 ``` I'm not into C so I don't know what's wrong.