]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- add build by default tool for generate tape description for unknown tape type.
authorkloczek <kloczek@pld-linux.org>
Fri, 1 Jun 2001 14:11:59 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-build_tapetype.patch -> 1.1

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

diff --git a/amanda-build_tapetype.patch b/amanda-build_tapetype.patch
new file mode 100644 (file)
index 0000000..a3a75ed
--- /dev/null
@@ -0,0 +1,24 @@
+--- amanda-2.4.2p2/tape-src/Makefile.am~       Sat Feb  3 23:17:11 2001
++++ amanda-2.4.2p2/tape-src/Makefile.am        Fri Jun  1 14:59:50 2001
+@@ -18,7 +18,7 @@
+ noinst_HEADERS =      tapeio.h
+-EXTRA_PROGRAMS =      tapetype
++sbin_PROGRAMS =       tapetype
+ CLEANFILES = *.test.c
+@@ -29,9 +29,9 @@
+ # routines, and second to pick up any references in the other libraries.
+ ###
+-tapetype_LDADD =      ../common-src/libamanda.$(LIB_EXTENSION) \
+-                      libamtape.$(LIB_EXTENSION) \
+-                      ../common-src/libamanda.$(LIB_EXTENSION)
++tapetype_LDADD =      ../common-src/libamanda.la \
++                      libamtape.la \
++                      ../common-src/libamanda.la
+ ## So that we can tell people to `cd tape-src && make tapetype':
+ ../common-src/libamanda.$(LIB_EXTENSION):
This page took 0.077298 seconds and 4 git commands to generate.