]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- rel 2; fix x32 build auto/th/bacula-9.2.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 18:06:47 +0000 (20:06 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 18:06:47 +0000 (20:06 +0200)
bacula.spec
x32.patch

index da58ecdef030dd056648905b6625b0f34dbfb1f2..3e995554f2f2f998ee63de0f5117551eda88f4eb 100644 (file)
@@ -24,7 +24,7 @@ Summary:      Bacula - The Network Backup Solution
 Summary(pl.UTF-8):     Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
 Name:          bacula
 Version:       9.2.1
-Release:       1
+Release:       2
 License:       AGPL v3
 Group:         Networking/Utilities
 Source0:       http://downloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz
index 0e9a4566c398fb7ba971dd1924cd8d6c148e35c3..0df78674277e19d12e7a75b3996b9386dae0e563 100644 (file)
--- a/x32.patch
+++ b/x32.patch
            ;;
         *)
            libdir=/usr/lib
-@@ -443,8 +443,8 @@
- dnl           for ver in qwt qwt5 qwt-qt4; do
- dnl              if test -f ${root}/include/${ver}/qwt.h; then
- dnl                 QWT_INC="${root}/include/${ver}"
--dnl                 if test -d ${root}/lib64/; then
--dnl                    QWT_LDFLAGS="-L${root}/lib64"
-+dnl                 if test -d ${root}/libx32/; then
-+dnl                    QWT_LDFLAGS="-L${root}/libx32"
- dnl                 elif test -d ${root}/lib/64/; then
- dnl                    QWT_LDFLAGS="-L${root}/64"
- dnl                 else
 @@ -2419,9 +2419,9 @@
     for dir in ${with_afsdir}/lib \
              ${with_afsdir}/lib/afs \
     do
        for arch_type in .a .so
        do
-@@ -2561,10 +2561,10 @@
-            have_acl=yes
-            if test $have_afs = yes; then
-               dnl
--              dnl Because of possible naming conflict with AFS libacl make sure we use the one in /usr/lib64 or /usr/lib !!!
-+              dnl Because of possible naming conflict with AFS libacl make sure we use the one in /usr/libx32 or /usr/lib !!!
-               dnl
--              if test -d /usr/lib64/; then
--                 FDLIBS="-L/usr/lib64 -lacl $FDLIBS"
-+              if test -d /usr/libx32/; then
-+                 FDLIBS="-L/usr/libx32 -lacl $FDLIBS"
-               else
-                  FDLIBS="-L/usr/lib -lacl $FDLIBS"
-               fi
+@@ -2618,8 +2618,8 @@ if test x$support_acl = xyes -o x$suppor
+        dnl
+        dnl Because of possible naming conflict with AFS libacl make sure we use the one in /usr/lib64 or /usr/lib !!!
+        dnl
+-          if test -d /usr/lib64/; then
+-             FDLIBS="-L/usr/lib64 -lacl $FDLIBS"
++          if test -d /usr/libx32/; then
++             FDLIBS="-L/usr/libx32 -lacl $FDLIBS"
+           else
+              FDLIBS="-L/usr/lib -lacl $FDLIBS"
+           fi
+
This page took 0.07937 seconds and 4 git commands to generate.