[Pkg-xmpp-commits] [SCM] Jabberd2 XMPP server branch, master, updated. upstream/2.2.17-20-g03771f3

W. van den Akker wvdakker at wilsoft.nl
Wed Jan 16 12:35:50 UTC 2013


The following commit has been merged in the master branch:
commit b36c2afa4b132d9562ecd6f54591c26261e36bf5
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date:   Wed Jan 16 12:32:26 2013 +0100

    Remove old configure options.

diff --git a/debian/changelog b/debian/changelog
index a29c9d4..68608e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ jabberd2 (2.2.17-1) UNRELEASED; urgency=low
   * debian/init: added Should-Start/Should-Stop dependency for MySQL
     (Closes: #673243).
   * debian/init, debian/default: removed resolver entries.
+  * debian/rules: removed unrecognized enable-sasl and disable-rpath 
+    options.
   * debian/watch: updated URL (Closes: #543415).
   * debian/dirs, debian/postinst: removed /var/run/jabber2 (Closes: #689538).
   * debian/component.d: removed 20resolver. Resolver is not included anymore
diff --git a/debian/rules b/debian/rules
index c401b9e..6b66676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,8 +42,7 @@ endif
 
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --sysconfdir=/etc/jabberd2 --bindir=\$${prefix}/sbin \
-		--program-prefix=jabberd2- --disable-rpath \
-		--enable-sasl=gsasl \
+		--program-prefix=jabberd2- \
 		--enable-ssl \
 		--enable-mysql \
 		--enable-pgsql \

-- 
Jabberd2 XMPP server



More information about the Pkg-xmpp-commits mailing list