summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-06-07 20:59:29 -0400
committerChris Severance2020-06-07 20:59:29 -0400
commitc90c4894b898b781c223d2964f583a97f0831d9e (patch)
treec055b13f199e8d61bfd4924624862b4bba7cb3fa
parent0b5ba9b8572a41a15da3a98bde7a63950688bb41 (diff)
downloadaur-c90c4894b898b781c223d2964f583a97f0831d9e.tar.gz
autu: Update to 3.5.1-2 -fcommon for gcc 10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 857e84dd4a12..0b364be56d9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Dec 4 18:35:30 UTC 2018
pkgbase = amanda
pkgdesc = Advanced Maryland Automatic Network Disk Archiver network backup for Linux Windows clients, supports SSH, AES, GPG, encryption, tape, RAIT, mirror, changers, Amazon S3, ipv6, DVD, NDMP, VTL, advanced scripting
pkgver = 3.5.1
diff --git a/PKGBUILD b/PKGBUILD
index c6f9232b2780..7e2e68c168fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -279,8 +279,8 @@ build() {
# There are configure flags to install only the client or server, but I don't see any reason to.
# Amanda's handling of /etc is so broken that we must specify it 3 times and fix it in package()
MT='/usr/bin/mt-st' \
- CFLAGS="${CFLAGS} -g -rdynamic" \
- CXXFLAGS="${CXXFLAGS} -g -rdynamic" \
+ CFLAGS="${CFLAGS} -g -rdynamic -fcommon" \
+ CXXFLAGS="${CXXFLAGS} -g -rdynamic -fcommon" \
./configure "${_opts[@]}" \
--prefix='/usr' \
--sbindir='/usr/bin' \
@@ -710,7 +710,7 @@ fi
EOF
# Install the licence
- install -Dpm444 'COPYRIGHT' -t "${pkgdir}/usr/share/licences/${pkgname}/"
+ install -Dpm444 'COPYRIGHT' -t "${pkgdir}/usr/share/licenses/${pkgname}/"
set +u
}
set +u