Remove obsolete patch
[hvlinux.git] / stage3 / pkg / cyrus-sasl
index e7b84ff..d1df97d 100644 (file)
@@ -3,17 +3,15 @@
 hvconfig_pre()
 {
     sed -i 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
-        ${LFS_TMP}/${PACKAGE}/plugins/digestmd5.c
+        ${SRC_DIR}/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
@@ -22,8 +20,6 @@ hvconfig_pre()
 hvbuild_post()
 {
     if [ "x${HVLABEL}" = "x${PACKAGE}-pass1" ]; then
-        cd ${LFS_TMP}/${PACKAGE}
-
         install -v -m700 -d /var/lib/sasl
         install -v -m711 -d /var/run/saslauthd