Skip to content

Commit

Permalink
[bsd] Test updated patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Oct 14, 2024
1 parent 9b6ddd4 commit b4e609d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions patches/0001-ltargz.m4-Initialize-LT_ARGZ_H_PATH.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
From c31852b9f3e207ccbc9ce27fedaf11253947184f Mon Sep 17 00:00:00 2001
From 828d6f93f5bdd952ce02a6059577f163a1a5ae1f Mon Sep 17 00:00:00 2001
From: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Date: Mon, 14 Oct 2024 17:08:47 +0300
Subject: [PATCH] ltargz.m4: Initialize LT_ARGZ_H_PATH

* m4/ltargz.m4: Set LT_ARGZ_H_PATH initially as an empty string and to
expected path if LT_ARGZ_H is not an empty string.
---
m4/ltargz.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
libltdl/ltdl.mk | 2 +-
m4/ltargz.m4 | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libltdl/ltdl.mk b/libltdl/ltdl.mk
index 2e224cbc..8777f562 100644
--- a/libltdl/ltdl.mk
+++ b/libltdl/ltdl.mk
@@ -137,7 +137,7 @@ EXTRA_DIST += libltdl/libltdl/lt__argz_.h \

# We need the following in order to create an <argz.h> when the system
# doesn't have one that works with the given compiler.
-all-local $(lib_OBJECTS): libltdl/libltdl/$(LT_ARGZ_H)
+all-local $(lib_OBJECTS): $(LT_ARGZ_H_PATH)
libltdl/libltdl/lt__argz.h: libltdl/libltdl/lt__argz_.h
$(AM_V_at)$(mkinstalldirs) . libltdl/libltdl
$(AM_V_GEN)cp $(srcdir)/libltdl/libltdl/lt__argz_.h $@-t
diff --git a/m4/ltargz.m4 b/m4/ltargz.m4
index 327b0b47..f095ec7b 100644
--- a/m4/ltargz.m4
Expand Down

0 comments on commit b4e609d

Please sign in to comment.