From cad45acfcaa8f07d7386549d7d6ee8a456a90706 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 27 May 2016 18:45:01 -0400 Subject: [PATCH] clockspeed: respect CFLAGS, mark nocross for now --- srcpkgs/clockspeed/patches/clockspeed-0.62.cross.patch | 2 +- srcpkgs/clockspeed/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/clockspeed/patches/clockspeed-0.62.cross.patch b/srcpkgs/clockspeed/patches/clockspeed-0.62.cross.patch index d6c15812bd..bbf9a49113 100644 --- a/srcpkgs/clockspeed/patches/clockspeed-0.62.cross.patch +++ b/srcpkgs/clockspeed/patches/clockspeed-0.62.cross.patch @@ -3,7 +3,7 @@ diff -Naur clockspeed-0.62.orig/conf-cc clockspeed-0.62/conf-cc +++ clockspeed-0.62/conf-cc 2015-02-25 13:38:10.932118897 -0600 @@ -1,3 +1,3 @@ -gcc -O2 -+$CC -O2 ++$CC $CFLAGS This will be used to compile .c files. diff -Naur clockspeed-0.62.orig/conf-ld clockspeed-0.62/conf-ld diff --git a/srcpkgs/clockspeed/template b/srcpkgs/clockspeed/template index 3b46cd8df0..635ee10c03 100644 --- a/srcpkgs/clockspeed/template +++ b/srcpkgs/clockspeed/template @@ -1,12 +1,10 @@ # Template file for 'clockspeed' pkgname=clockspeed version=0.62 -revision=2 -build_style="gnu-makefile" -makedepends="groff" +revision=3 +build_style=gnu-makefile hostmakedepends="groff" depends="sv-helper" -only_for_archs="i686 x86_64" make_dirs="/etc/clockspeed 0755 root root" short_desc="Dan Bernstein's clockspeed (network) timekeeping utility" maintainer="bougyman " @@ -15,6 +13,8 @@ homepage="http://cr.yp.to/clockspeed.html" distfiles="http://cr.yp.to/clockspeed/clockspeed-0.62.tar.gz " checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed +nocross="musl is fine, I did not recognize the errors cross compiling to arm" + system_accounts="clocksd" clocksd_groups="nogroup" clocksd_homedir="/var/lib/${pkgname}"