diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-02-22 11:00:18 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-02-22 11:00:18 +0000 |
commit | 2500f887686c839ded3604f6ad24e6cf7629d7e5 (patch) | |
tree | f252015cd9418fb2e254b7b5e25349bb80e401c7 | |
parent | 3100f0224dd46091d238b31b6c90a99f5f009f80 (diff) | |
download | aports-2500f887686c839ded3604f6ad24e6cf7629d7e5.tar.bz2 aports-2500f887686c839ded3604f6ad24e6cf7629d7e5.tar.xz |
testing/bacula-client: enable smartalloc
-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 } |