* sort the libs in other direction
authorWilfried Göesgens <willi@citadel.org>
Wed, 19 Apr 2006 19:47:34 +0000 (19:47 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 19 Apr 2006 19:47:34 +0000 (19:47 +0000)
* some additions in the debian build.

webcit/configure.in
webcit/debian/control

index f98f39da15c8f1a053021121907cc2ac588c12ba..0f055b48d86ba1be1d227b5e28195d081a6840ed 100644 (file)
@@ -150,7 +150,7 @@ main() {
 }
                ], 
                [
-                       LIBS="-lical $LIBS"
+                       LIBS="$LIBS -lical"
                        AC_DEFINE(HAVE_LIBICAL)
                ]
        )
@@ -169,7 +169,7 @@ AC_DEFINE([with_zlib],
                ])
 
 if test "x$ok_zlib" = xyes ; then
-        LIBS="-lz $LIBS"
+        LIBS="$LIBS -lz "
 fi
 
 dnl Checks for the newt window library.
@@ -450,8 +450,9 @@ AC_OUTPUT(Makefile src/Makefile po/Makefile.in)
 
 
 echo ------------------------------------------------------------------------
+echo 'nls is available? '$_nls_avail
 echo 'zlib compression:                ' $ok_zlib
 echo 'Calendar support:                ' $ok_libical
 echo 'Character set conversion support:' $ok_iconv
-echo 'National language support:       ' $_nls_avail
+echo 'National language support:       ' $ok_nls
 echo 
index 9ff8715a16f0ecd782579d4826409508d73932bc..2b978a263dffb02fff430c75a6ada0e69147714d 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
 
 Package: citadel-webcit
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server, debconf
+Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, citadel-server, debconf
 Description: Webcit, the Webfrontend to the Citadel.
  WebCit puts a web-based front end on Citadel, allowing 
  users to access the system from any web browser. And