tags 304666 + patch thanks Hello
Attached you'll find a patch for the FTBFS bug in zorp. bye, -christian-
diff -u zorp-2.0.9/tests/core/Makefile.am zorp-2.0.9/tests/core/Makefile.am --- zorp-2.0.9/tests/core/Makefile.am +++ zorp-2.0.9/tests/core/Makefile.am @@ -6,4 +6,5 @@ -#test_readline_LDADD = +test_readline_LDADD = -lzorpll test_registry_SOURCES = test_registry.c #test_registry_LDADD = $(top_srcdir)/lib/.libs/libzorp.so +test_registry_LDADD = -lzorpll diff -u zorp-2.0.9/debian/changelog zorp-2.0.9/debian/changelog --- zorp-2.0.9/debian/changelog +++ zorp-2.0.9/debian/changelog @@ -1,3 +1,10 @@ +zorp (2.0.9-10) unstable; urgency=high + + * NMU + * Fixed FTBFS bug. Closes: #304666 + + -- Christian Hammers <[EMAIL PROTECTED]> Wed, 20 Apr 2005 20:20:54 +0200 + zorp (2.0.9-9) unstable; urgency=low * Fixed invalid lvalue in test_registry. Closes: #290446 only in patch2: unchanged: --- zorp-2.0.9.orig/zorp/Makefile.am +++ zorp-2.0.9/zorp/Makefile.am @@ -2,7 +2,7 @@ pkglib_PROGRAMS = zorp zorp_SOURCES = main.c -zorp_LDADD = ../lib/libzorp.la +zorp_LDADD = ../lib/libzorp.la -lzorpll sysconf_DATA = policy.py.sample