]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- initial
authorSzymon Siwek <sls@pld-linux.org>
Mon, 2 Apr 2007 10:26:31 +0000 (10:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-as_needed.patch -> 1.1

amanda-as_needed.patch [new file with mode: 0644]

diff --git a/amanda-as_needed.patch b/amanda-as_needed.patch
new file mode 100644 (file)
index 0000000..c18ed04
--- /dev/null
@@ -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
This page took 0.052077 seconds and 4 git commands to generate.