summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorptc2024-03-09 14:28:10 -0700
committerptc2024-03-09 14:28:10 -0700
commita5306c70bbef2a05f58b8eede1a3e9b2e3ad526c (patch)
treedbb3cb7a9e8365c4f4393031e3aa4a7a797670e6
parent98925fa7473b99029cb2cbc8e280b154811a52fc (diff)
downloadaur-dcron.tar.gz
removed unneeded CFLAGS change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d5a0ac57270..4b5e5e7e3067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dcron
pkgdesc = dillon's lightweight cron daemon
pkgver = 4.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.jimpryor.net/linux/dcron.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 058a80056452..3ef15b88f5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="dcron"
pkgver="4.6"
-pkgrel="1"
+pkgrel="2"
pkgdesc="dillon's lightweight cron daemon"
arch=("i686" "x86_64" "armv6h" "armv7h")
license=("GPL")
@@ -27,10 +27,6 @@ build() {
sed -i 's=/usr/sbin/sendmail=/usr/bin/sendmail=g' defs.h
sed -i 's=/usr/sbin/run-cron=/usr/bin/run-cron=g' extra/root.crontab
- # add additional CFLAGS for hardening
- sed -i '28 a CFLAGS += -Wextra -Wformat=2 -Wformat-security -fstack-protector-all -fstack-check -Wl,-z,nodlopen -Wl,-z,nodump -Wl,-z,noexecstack -Wl,-z,noexecheap -Wl,-z,relro -Wl,-z,now -fPIE -Wl,-z,-pie' Makefile
-
-
# by default, any member of group "users" can edit their own crontab
make \
PREFIX=/usr \