Author: sls Date: Mon Apr 2 10:26:37 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - initial
---- Files affected: SOURCES: amanda-as_needed.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/amanda-as_needed.patch diff -u /dev/null SOURCES/amanda-as_needed.patch:1.1 --- /dev/null Mon Apr 2 12:26:37 2007 +++ SOURCES/amanda-as_needed.patch Mon Apr 2 12:26:31 2007 @@ -0,0 +1,20 @@ +--- amanda-2.5.1p3/tape-src/Makefile.am.orig 2007-04-01 19:13:41.000000000 +0000 ++++ amanda-2.5.1p3/tape-src/Makefile.am 2007-04-01 19:16:05.000000000 +0000 +@@ -18,6 +18,7 @@ + tapeio.c + + libamtape_la_LDFLAGS = -release $(VERSION) ++libamtape_la_LIBADD = ../common-src/libamanda.$(LIB_EXTENSION) + + ### + # Because libamanda includes routines (e.g. regex) provided by some system +--- amanda-2.5.1p3/server-src/Makefile.am.orig 2007-04-01 19:20:04.000000000 +0000 ++++ amanda-2.5.1p3/server-src/Makefile.am 2007-04-01 19:21:06.000000000 +0000 +@@ -34,6 +34,7 @@ + taperscan.c + + libamserver_la_LDFLAGS= -release $(VERSION) ++libamserver_la_LIBADD = ../tape-src/libamtape.$(LIB_EXTENSION) + + ### + # Because libamanda includes routines (e.g. regex) provided by some system ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
