]> git.pld-linux.org Git - packages/dante.git/commitdiff
- try with enforced /sbin in $PATH
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Feb 2023 15:13:11 +0000 (16:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Feb 2023 15:13:11 +0000 (16:13 +0100)
dante.spec

index 75d0d953e1e9351a1823d7f36e1c117cd72e2cbc..7dbfaaf49b42073d9a755439185e617ec09fc7e2 100644 (file)
@@ -106,6 +106,8 @@ Statyczna biblioteka socks.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# configure expects ldconfig in $PATH
+PATH="$PATH:/sbin"
 %configure \
        --disable-silent-rules \
        --without-glibc-secure \
This page took 0.297336 seconds and 4 git commands to generate.