CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
set_time: don't build static
[ports/raspberrypi2-arm.git] / set_time / Pkgfile
index 6122d287610949e26d7e7e001bd9d3e8e9977c66..3668bd79ecf0e991eeebbecfb9f77ea730905cb1 100644 (file)
@@ -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
 }