summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Boyce2023-03-24 16:02:03 -0400
committerGregory Boyce2023-03-24 16:02:03 -0400
commitf8cdeca7e9db5199c1909b868ed6fc73ebb6bafd (patch)
tree720fd9a35f959ae6df8498e69b0ada832dc227cc
parentb1219f44942c961e9009164185c118a594343e19 (diff)
downloadaur-f8cdeca7e9db5199c1909b868ed6fc73ebb6bafd.tar.gz
Remove old openssl-1.1 options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 376eb8166536..fd92226f5390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ntpsec
pkgdesc = Security-hardened Network Time Protocol implementation
pkgver = 1.2.2
- pkgrel = 0
+ pkgrel = 1
url = https://www.ntpsec.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ae557f04f0e2..5c86c709c5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ntpsec
pkgver=1.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="Security-hardened Network Time Protocol implementation"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.ntpsec.org/"
@@ -43,10 +43,6 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- export CFLAGS="$CFLAGS -I/usr/include/openssl-1.1"
- export CXXFLAGS="$CXXFLAGS -I/usr/include/openssl-1.1"
- export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.1/"
-
./waf configure --prefix /usr --sbindir=/usr/bin --enable-debug-gdb \
--refclock=all --enable-doc --htmldir=/usr/share/doc/ntpsec \
--enable-leap-smear