Use bash variable add operator
[hvlinux.git] / stage3 / pkg / cyrus-sasl
index e7b84ff..0f6f5bf 100644 (file)
@@ -5,15 +5,13 @@ hvconfig_pre()
     sed -i 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
         ${LFS_TMP}/${PACKAGE}/plugins/digestmd5.c
 
-    CONFIGURE_OPTS=" \
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --with-dbpath=/var/lib/sasl/sasldb2 \
         --with-saslauthd=/var/run/saslauthd \
         --with-dblib=gdbm"
 
     if [ "x${HVLABEL}" = "x${PACKAGE}-pass2" ]; then
-        CONFIGURE_OPTS=" \
-            ${CONFIGURE_OPTS} \
+        CONFIGURE_OPTS+=" \
             --with-ldap \
             --enable-ldapdb"
     fi