From 61dbc6240c0d556c8e13337b1f58d6c5dca01198 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 14 Aug 2018 22:36:14 -0400 Subject: libre/notsystemd: Don't include resolvconf, depend on notsystemd-common pkgrel, fix build 1. (not)systemd-resolvconf is only symlinks, use plain systemd-resolvconf instead. 2. Now that we patch makepkg to treat pkgrel like pkgver in depends, we can (re-?)add this specificity. 3. Backport a patch to fix the build on glibc 2.28 --- libre/systemd/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libre/systemd/PKGBUILD') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 484b389b1..e90f6e9ae 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -413,6 +413,8 @@ package_systemd-resolvconf() { provides=('openresolv' 'resolvconf') conflicts=('openresolv') + replaces+=('notsystemd-resolvconf') # notsystemd-resolvconf should have never existed + install -d -m0755 "$pkgdir"/usr/bin ln -s resolvectl "$pkgdir"/usr/bin/resolvconf -- cgit v1.2.3