]> git.pld-linux.org Git - packages/bacula.git/commitdiff
attempt to fix libs3 linking auto/th/bacula-9.4.2-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 5 Mar 2019 11:02:00 +0000 (12:02 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 5 Mar 2019 11:02:00 +0000 (12:02 +0100)
bacula.spec

index f2c27940c015988884569f30f2328f4ec8a59c5c..5e38e0dedb9745bc4edbe64f44efa7d363391a4e 100644 (file)
@@ -456,7 +456,7 @@ cd ../..
 %endif
 
 %{__make} \
-       %{?with_s3:S3_LIBS="$PWD/libs3-%{libs3_version}/build/lib -ls3 $(pkg-config --libs libcurl libxml2)"} \
+       %{?with_s3:S3_LIBS="$PWD/libs3-%{libs3_version}/build/lib/libs3.a $(pkg-config --libs libcurl libxml-2.0)"} \
        2>&1 | tee log
 # check for build errors
 grep "Error in" log && exit 1
This page took 0.025328 seconds and 4 git commands to generate.