summarylogtreecommitdiffstats
path: root/ship_find_apr.m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ship_find_apr.m4.patch')
-rw-r--r--ship_find_apr.m4.patch26
1 files changed, 14 insertions, 12 deletions
diff --git a/ship_find_apr.m4.patch b/ship_find_apr.m4.patch
index 03939706240d..870996a97775 100644
--- a/ship_find_apr.m4.patch
+++ b/ship_find_apr.m4.patch
@@ -1,25 +1,27 @@
-From: Tollef Fog Heen <tfheen@err.no>
-Subject: Install a set of random build files too
+From 8580c5b57a4ec1aaf6ab969eeb7f51cb7d2926e9 Mon Sep 17 00:00:00 2001
+From: fftmp <none>
+Date: Thu, 20 Oct 2022 01:32:02 +0400
+Subject: [PATCH] apply patch
---
- Makefile.in | 9 +++++++++
- 1 file changed, 9 insertions(+)
+ Makefile.in | 4 ++++
+ 1 file changed, 4 insertions(+)
---- apr.orig/Makefile.in
-+++ apr/Makefile.in
-@@ -92,6 +92,15 @@ install: $(TARGETS)
+diff --git a/Makefile.in b/Makefile.in
+index 5f86b663d..a35021798 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -118,6 +118,10 @@ install: install-modules $(TARGETS)
done
$(INSTALL_DATA) build/apr_rules.out $(DESTDIR)$(installbuilddir)/apr_rules.mk
$(INSTALL) -m 755 apr-config.out $(DESTDIR)$(bindir)/$(APR_CONFIG)
-+
-+ if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
-+ $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
-+ fi
+ for file in find_apr.m4 apr_common.m4 install.sh gen-build.py get-version.sh ; do \
+ $(LIBTOOL) --mode=install cp $(top_srcdir)/build/$$file \
+ $(DESTDIR)$(installbuilddir)/$$file ; \
+ done
-+
@if [ $(INSTALL_SUBDIRS) != "none" ]; then \
for i in $(INSTALL_SUBDIRS); do \
( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
+--
+2.38.1
+