swap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a
authormegacz <megacz@0d961d1b-a432-0410-8fea-cc29f225fe07>
Tue, 15 Jan 2008 00:09:38 +0000 (00:09 +0000)
committermegacz <megacz@0d961d1b-a432-0410-8fea-cc29f225fe07>
Tue, 15 Jan 2008 00:09:38 +0000 (00:09 +0000)
git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@60 0d961d1b-a432-0410-8fea-cc29f225fe07

Makefile.am
debian/changelog

index 8a17646..01d4142 100644 (file)
@@ -2,7 +2,7 @@ all: mod_waklog.so
 
 APXS = @APXS@
 INCLUDES = -I@KRB5_INC@ -I@AFS_INC@ -I@APACHE_INC@
-LIB = -L@KRB5_LIBS@ -L@AFS_LIBS@ -L@APACHE_LIBS@ -lkrb5 -lk5crypto  \
+LIB = -L@AFS_LIBS@ -L@KRB5_LIBS@ -L@APACHE_LIBS@ -lkrb5 -lk5crypto  \
        -lprot -lauth -lresolv -lubik -lrxkad -lsys -lrx -llwp -ldes \
        -lcom_err -lafsutil
 
index 6ff77e9..a320e39 100644 (file)
@@ -1,3 +1,9 @@
+libapache-mod-waklog (0.991) unstable; urgency=low
+
+  * swap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a
+
+ -- megacz <adam@megacz.com>  Mon, 14 Jan 2008 15:53:28 -0800
+
 libapache-mod-waklog (0.99) unstable; urgency=low
 
   * Initial release