]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix link failure of static-fd on Mandrake with --disable-nls in spec file.
authorScott Barninger <scott@barninger.com>
Sun, 29 Jan 2006 19:38:55 +0000 (19:38 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 29 Jan 2006 19:38:55 +0000 (19:38 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2774 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/mandrake/bacula.spec.in
bacula/platforms/redhat/bacula.spec.in
bacula/platforms/suse/bacula.spec.in

index d9a08e1907e951db304cfc73b696fcd444e9ef45..f6a1730653edf5f31f3e94ff505540070866de73 100644 (file)
@@ -613,6 +613,9 @@ export LDFLAGS=-L/usr/lib64/mysql
         --with-scriptdir=/etc/bacula \
         --enable-smartalloc \
         --enable-client-only \
+       %if %{mdk}
+       --disable-nls \
+       %endif
         --enable-static-fd
 
 make
@@ -1238,6 +1241,7 @@ fi
 %changelog
 * Sun Jan 29 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add centos3 build tag
+- fix link error of static-fd on Mandrake with --disable-nls
 * Fri Jan 27 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add fc4 dependencies
 * Mon Jan 23 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
index d9a08e1907e951db304cfc73b696fcd444e9ef45..f6a1730653edf5f31f3e94ff505540070866de73 100644 (file)
@@ -613,6 +613,9 @@ export LDFLAGS=-L/usr/lib64/mysql
         --with-scriptdir=/etc/bacula \
         --enable-smartalloc \
         --enable-client-only \
+       %if %{mdk}
+       --disable-nls \
+       %endif
         --enable-static-fd
 
 make
@@ -1238,6 +1241,7 @@ fi
 %changelog
 * Sun Jan 29 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add centos3 build tag
+- fix link error of static-fd on Mandrake with --disable-nls
 * Fri Jan 27 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add fc4 dependencies
 * Mon Jan 23 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
index d9a08e1907e951db304cfc73b696fcd444e9ef45..f6a1730653edf5f31f3e94ff505540070866de73 100644 (file)
@@ -613,6 +613,9 @@ export LDFLAGS=-L/usr/lib64/mysql
         --with-scriptdir=/etc/bacula \
         --enable-smartalloc \
         --enable-client-only \
+       %if %{mdk}
+       --disable-nls \
+       %endif
         --enable-static-fd
 
 make
@@ -1238,6 +1241,7 @@ fi
 %changelog
 * Sun Jan 29 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add centos3 build tag
+- fix link error of static-fd on Mandrake with --disable-nls
 * Fri Jan 27 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - add fc4 dependencies
 * Mon Jan 23 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>