Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:gregfreemyer:Tools-for-forensic-boot-cd
libcdatetime
system-libs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File system-libs.patch of Package libcdatetime
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: libcdatetime/Makefile.am =================================================================== --- libcdatetime.orig/Makefile.am +++ libcdatetime/Makefile.am @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ libcdatetime \ po \ manuals \ @@ -53,7 +52,6 @@ lib: library library: cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/libcdatetime && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS) Index: libcdatetime/configure.ac =================================================================== --- libcdatetime.orig/configure.ac +++ libcdatetime/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([libcdatetime/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([po/Makevars])
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor