Date: Monday, October 31, 2022 @ 22:14:18 Author: blakkheim Revision: 1339906
upgpkg: openntpd 6.8p1-4: libressl 3.6.1 rebuild Modified: openntpd/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-31 22:12:31 UTC (rev 1339905) +++ PKGBUILD 2022-10-31 22:14:18 UTC (rev 1339906) @@ -1,4 +1,5 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: T.J. Townsend <[email protected]> # Contributor: Vesa Kaihlavirta <[email protected]> # Contributor: Mark Rosenstand <[email protected]> # Contributor: Giorgio Lando <[email protected]> (adjtimex patch) @@ -6,9 +7,9 @@ pkgname=openntpd pkgver=6.8p1 -pkgrel=3 +pkgrel=4 pkgdesc='Free, easy to use implementation of the Network Time Protocol' -url='http://www.openntpd.org/' +url='https://www.openntpd.org/' arch=('x86_64') license=('BSD') depends=('glibc' 'libressl') @@ -26,12 +27,13 @@ prepare() { cd ${pkgname}-${pkgver} autoreconf -fiv - sed 's|pool.ntp.org|2.arch.pool.ntp.org|' -i ntpd.conf + sed -i 's|pool.ntp.org|2.arch.pool.ntp.org|' ntpd.conf } build() { cd ${pkgname}-${pkgver} - CFLAGS+=' -fcommon -I/usr/include/libressl -L/usr/lib/libressl -Wl,-rpath=/usr/lib/libressl' ./configure \ + CFLAGS+=' -fcommon -I/usr/include/libressl -L/usr/lib/libressl -Wl,-rpath=/usr/lib/libressl' \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --sbindir=/usr/bin \
