diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-25 03:02:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-25 03:02:01 +0300 |
commit | f58dbc4b406bd92751432886d46c5a66aa67e963 (patch) | |
tree | 634fb34b49709ce61fad810f660ad406f374313d /packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch | |
parent | 5bf967a821ff2e3dd91b16bbc630c51075f6e8ea (diff) |
bacula: fixes, refactoring
- bat build fix patch
- cleanup
Diffstat (limited to 'packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch')
-rw-r--r-- | packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch b/packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch deleted file mode 100644 index 8c419a3..0000000 --- a/packages/app-backup/bacula/files/5.2.12/bacula-5.2.12-depend.patch +++ /dev/null @@ -1,12 +0,0 @@ -# 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) $(PYTHON_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile -+ @$(CXX) -S -M $(CPPFLAGS) $(PYTHON_INC) -I$(srcdir) -I$(basedir) -I../filed -I../dird -I../stored *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ - else \ |