File system-libs.patch of Package libcaes

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: libcaes/Makefile.am
===================================================================
--- libcaes.orig/Makefile.am
+++ libcaes/Makefile.am
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
 	include \
 	common \
-	libcerror \
 	libcaes \
 	pycaes \
 	pycaes-python2 \
@@ -63,7 +62,6 @@ lib: library
 
 library:
 	(cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
-	(cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS))
 	(cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS))
 	(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
 
Index: libcaes/configure.ac
===================================================================
--- libcaes.orig/configure.ac
+++ libcaes/configure.ac
@@ -109,7 +109,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([libcaes/Makefile])
 AC_CONFIG_FILES([pycaes/Makefile])
 AC_CONFIG_FILES([pycaes-python2/Makefile])
openSUSE Build Service is sponsored by