clockspeed: respect CFLAGS, mark nocross for now
This commit is contained in:
parent
36e83bf24e
commit
cad45acfca
2 changed files with 5 additions and 5 deletions
|
@ -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
|
+++ clockspeed-0.62/conf-cc 2015-02-25 13:38:10.932118897 -0600
|
||||||
@@ -1,3 +1,3 @@
|
@@ -1,3 +1,3 @@
|
||||||
-gcc -O2
|
-gcc -O2
|
||||||
+$CC -O2
|
+$CC $CFLAGS
|
||||||
|
|
||||||
This will be used to compile .c files.
|
This will be used to compile .c files.
|
||||||
diff -Naur clockspeed-0.62.orig/conf-ld clockspeed-0.62/conf-ld
|
diff -Naur clockspeed-0.62.orig/conf-ld clockspeed-0.62/conf-ld
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'clockspeed'
|
# Template file for 'clockspeed'
|
||||||
pkgname=clockspeed
|
pkgname=clockspeed
|
||||||
version=0.62
|
version=0.62
|
||||||
revision=2
|
revision=3
|
||||||
build_style="gnu-makefile"
|
build_style=gnu-makefile
|
||||||
makedepends="groff"
|
|
||||||
hostmakedepends="groff"
|
hostmakedepends="groff"
|
||||||
depends="sv-helper"
|
depends="sv-helper"
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
make_dirs="/etc/clockspeed 0755 root root"
|
make_dirs="/etc/clockspeed 0755 root root"
|
||||||
short_desc="Dan Bernstein's clockspeed (network) timekeeping utility"
|
short_desc="Dan Bernstein's clockspeed (network) timekeeping utility"
|
||||||
maintainer="bougyman <tj@rubyists.com>"
|
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 "
|
distfiles="http://cr.yp.to/clockspeed/clockspeed-0.62.tar.gz "
|
||||||
checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed
|
checksum=43539964c4b554794b2da760d138c5975cbc850f1c8ec2ee96f5dba66e0d9eed
|
||||||
|
|
||||||
|
nocross="musl is fine, I did not recognize the errors cross compiling to arm"
|
||||||
|
|
||||||
system_accounts="clocksd"
|
system_accounts="clocksd"
|
||||||
clocksd_groups="nogroup"
|
clocksd_groups="nogroup"
|
||||||
clocksd_homedir="/var/lib/${pkgname}"
|
clocksd_homedir="/var/lib/${pkgname}"
|
||||||
|
|
Loading…
Reference in a new issue