diff options
-rw-r--r-- | testing/bacula-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bacula-client/APKBUILD b/testing/bacula-client/APKBUILD index 10ef81906..5f011a45b 100644 --- a/testing/bacula-client/APKBUILD +++ b/testing/bacula-client/APKBUILD @@ -42,14 +42,14 @@ build() { --with-subsys-dir=/var/lock/subsys \ --enable-largefile \ --enable-client-only \ + --enable-smartalloc \ --disable-nls \ --with-openssl=/usr/include/openssl \ --with-scriptdir=/etc/bacula/scripts \ --with-working-dir=/var/bacula \ --with-fd-user=root \ --with-fd-group=root \ - --with-fd-password=ca4pheexie1aeC1hee3i \ - + --with-fd-password=ca4pheexie1aeC1hee3i make || return 1 } |