summaryrefslogtreecommitdiff
path: root/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-03 00:24:59 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-03 00:24:59 +0300
commit93c635278af5f1bb4a20cea818bd668b86a89417 (patch)
tree9b0182be88c142fbf5e82af873698b794f9d3f95 /packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
parentcbb1f5e2f47da83209867b6bbfad1841ee70f8a5 (diff)
bacula-scm added
tox: fixed econf vars
Diffstat (limited to 'packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch')
-rw-r--r--packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch b/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
new file mode 100644
index 0000000..e076cd6
--- /dev/null
+++ b/packages/app-backup/bacula/files/7.0.2/bacula-7.0.2-depend.patch
@@ -0,0 +1,12 @@
+# fix file not found error during make depend
+--- src/tools/Makefile.in.orig 2012-09-20 20:42:54.000000000 +0200
++++ src/tools/Makefile.in 2012-09-20 20:35:46.000000000 +0200
+@@ -194,7 +194,7 @@
+ @$(MV) Makefile Makefile.bak
+ @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
+ @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
+- @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile
++ @$(CXX) -S -M $(CPPFLAGS) -I$(srcdir) -I$(basedir) -I../filed -I../dird -I../stored *.c >> Makefile
+ @if test -f Makefile ; then \
+ $(RMF) Makefile.bak; \
+ else \