ecd997c8dc
OBS-URL: https://build.opensuse.org/request/show/898674 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcrypto?expand=0&rev=1
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2021-05-12 17:36:02.536572543 +0200
|
|
|
|
Some dirs are not present in snapshots directly generated from git
|
|
(nor are they marked as a submodule). Patch it out, since we have
|
|
them as system libs.
|
|
---
|
|
Makefile.am | 2 --
|
|
configure.ac | 1 -
|
|
2 files changed, 3 deletions(-)
|
|
|
|
Index: libfcrypto/Makefile.am
|
|
===================================================================
|
|
--- libfcrypto.orig/Makefile.am
|
|
+++ libfcrypto/Makefile.am
|
|
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = \
|
|
include \
|
|
common \
|
|
- libcerror \
|
|
libfcrypto \
|
|
po \
|
|
manuals \
|
|
@@ -53,7 +52,6 @@ lib: library
|
|
|
|
library:
|
|
(cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
|
|
- (cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS))
|
|
(cd $(srcdir)/libfcrypto && $(MAKE) $(AM_MAKEFLAGS))
|
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
|
|
Index: libfcrypto/configure.ac
|
|
===================================================================
|
|
--- libfcrypto.orig/configure.ac
|
|
+++ libfcrypto/configure.ac
|
|
@@ -91,7 +91,6 @@ dnl Generate Makefiles
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_CONFIG_FILES([include/Makefile])
|
|
AC_CONFIG_FILES([common/Makefile])
|
|
-AC_CONFIG_FILES([libcerror/Makefile])
|
|
AC_CONFIG_FILES([libfcrypto/Makefile])
|
|
AC_CONFIG_FILES([po/Makefile.in])
|
|
AC_CONFIG_FILES([po/Makevars])
|