diff --git a/app-misc/cmd-timer/cmd-timer-2.1.0.ebuild b/app-misc/cmd-timer/cmd-timer-2.1.0.ebuild index 8bc82bce0a..d967333ed6 100644 --- a/app-misc/cmd-timer/cmd-timer-2.1.0.ebuild +++ b/app-misc/cmd-timer/cmd-timer-2.1.0.ebuild @@ -46,6 +46,7 @@ if [ "${PV}" != "9999" ]; then fi src_configure() { + export LDFLAGS="${LDFLAGS} -lrt" use static && export LDSTATIC=-static } diff --git a/app-misc/cmd-timer/cmd-timer-9999.ebuild b/app-misc/cmd-timer/cmd-timer-9999.ebuild index cd3c9f371a..d967333ed6 100644 --- a/app-misc/cmd-timer/cmd-timer-9999.ebuild +++ b/app-misc/cmd-timer/cmd-timer-9999.ebuild @@ -12,7 +12,7 @@ if [ "${PV}" != "9999" ]; then verify-sig? ( https://distfiles.hacktivis.me/releases/cmd-timer/${P}.tar.gz.sign ) " - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" else inherit git-r3 EGIT_REPO_URI="https://anongit.hacktivis.me/git/cmd-timer.git" @@ -46,6 +46,7 @@ if [ "${PV}" != "9999" ]; then fi src_configure() { + export LDFLAGS="${LDFLAGS} -lrt" use static && export LDSTATIC=-static }