X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdebian%2Frules;h=c837f23f917a0df3a7e1d5bd76b5a5d457316d5b;hb=cbf36fcf650c83a0c9933dffbf746151e71771d2;hp=649784d261320e15b82779fa46c1e791463e4ce6;hpb=8ec5a3f41a12fd1a6b890bd3726974845f1f3b6e;p=citadel.git diff --git a/webcit/debian/rules b/webcit/debian/rules index 649784d26..c837f23f9 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -15,12 +15,6 @@ EXTRA_ARGS= PROFILE_ARGS= #to enable debugging: export DEB_BUILD_OPTIONS="debug profiling compression urldebug" - -ifneq (,$(findstring compression,$(DEB_BUILD_OPTIONS))) - ZLIB_ARGS=--without-zlib -else - ZLIB_ARGS=--with-zlib -endif ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS))) PROFILE_ARGS= --with-gprof endif @@ -48,7 +42,7 @@ configure-stamp: --with-rundir=/var/run/citadel \ --with-ical --with-db --with-ldap \ --with-ssldir=/etc/ssl/webcit/ \ - $(ZLIB_ARGS) --with-ssl --with-libiconf \ + --with-ssl --with-libiconf \ --with-newt --with-included-gettext \ --with-datadir=/var/run/citadel \ --enable-debug $(EXTRA_ARGS) $(PROFILE_ARGS)