clockspeed: respect CFLAGS, mark nocross for now

This commit is contained in:
Toyam Cox 2016-05-27 18:45:01 -04:00
parent 36e83bf24e
commit cad45acfca
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 <tj@rubyists.com>"
@ -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}"