aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bacula-client/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-02-22 11:00:18 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-02-22 11:00:18 +0000
commit2500f887686c839ded3604f6ad24e6cf7629d7e5 (patch)
treef252015cd9418fb2e254b7b5e25349bb80e401c7 /testing/bacula-client/APKBUILD
parent3100f0224dd46091d238b31b6c90a99f5f009f80 (diff)
testing/bacula-client: enable smartalloc
Diffstat (limited to 'testing/bacula-client/APKBUILD')
-rw-r--r--testing/bacula-client/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bacula-client/APKBUILD b/testing/bacula-client/APKBUILD
index 10ef81906d1..5f011a45bec 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
}