CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openrdate: updated build triplet
authorVictor Martinez <pitillo@ono.com>
Thu, 21 Jun 2018 08:42:48 +0000 (10:42 +0200)
committerVictor Martinez <pitillo@ono.com>
Thu, 21 Jun 2018 08:42:48 +0000 (10:42 +0200)
openrdate/Pkgfile

index 7889e02e6ae4936828bb1d87fef81d70435c6d08..9f921333af4f894d7467a925a5ef92931c6b6429 100644 (file)
@@ -1,6 +1,7 @@
 # Description: Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols
-# URL:         http://sourceforge.net/projects/openrdate/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
+# URL: http://sourceforge.net/projects/openrdate/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=openrdate
 version=1.2
@@ -13,7 +14,7 @@ build() {
   # FS1462
   patch -p1 -i $SRC/ntpleaps.patch
   ./configure --prefix=/usr \
-              --build=arm-unknown-linux-gnueabi
+              --build=arm-unknown-linux-gnu
   make
   make DESTDIR=$PKG install
   install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate