From: megacz Date: Tue, 15 Jan 2008 00:09:38 +0000 (+0000) Subject: swap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a X-Git-Url: https://git.hcoop.net/hcoop/zz_old/modwaklog.git/commitdiff_plain/98f66d746545b91e709ebddb3450baa1e7646960 swap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@60 0d961d1b-a432-0410-8fea-cc29f225fe07 --- diff --git a/Makefile.am b/Makefile.am index 8a17646..01d4142 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/debian/changelog b/debian/changelog index 6ff77e9..a320e39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 14 Jan 2008 15:53:28 -0800 + libapache-mod-waklog (0.99) unstable; urgency=low * Initial release