From: John Vogel Date: Sun, 15 May 2016 04:36:29 +0000 (-0400) Subject: set_time: don't build static X-Git-Url: http://gitweb/?a=commitdiff_plain;h=f0b62ff15729edb4ee424357f892bcefcb779294;p=ports%2Fraspberrypi2-arm.git set_time: don't build static --- diff --git a/set_time/Pkgfile b/set_time/Pkgfile index 6122d28..3668bd7 100644 --- a/set_time/Pkgfile +++ b/set_time/Pkgfile @@ -10,6 +10,6 @@ source=(http://stygian.me/crux-arm/distfiles/$name-$version.tar.xz) build() { cd $name-$version - make + make CFLAGS="-Os" LDFLAGS="-s" make DESTDIR=$PKG install }