summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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