diff options
Diffstat (limited to 'patches/libgpg-error/1.38/libgpg-error-1.38-003-Fix-command-line-to-make-src-dir.patch')
-rw-r--r-- | patches/libgpg-error/1.38/libgpg-error-1.38-003-Fix-command-line-to-make-src-dir.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/libgpg-error/1.38/libgpg-error-1.38-003-Fix-command-line-to-make-src-dir.patch b/patches/libgpg-error/1.38/libgpg-error-1.38-003-Fix-command-line-to-make-src-dir.patch deleted file mode 100644 index 5fc7f15d..00000000 --- a/patches/libgpg-error/1.38/libgpg-error-1.38-003-Fix-command-line-to-make-src-dir.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 159e394920f6be822d771fe003498de4d93b07c3 Mon Sep 17 00:00:00 2001 -From: NIIBE Yutaka <gniibe@fsij.org> -Date: Fri, 12 Jun 2020 08:59:01 +0900 -Subject: [PATCH] build: Fix command-line to make 'src 'dir. - -* configure.ac: Mistake, then, fix it. - -Fixes-commit: ce97528fa3dcc58d86e18d4d8820f210a624f63d -Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index d5fa4b0..80d24db 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -600,7 +600,7 @@ if test x$cross_compiling = xyes; then - AC_CHECK_PROG(CROSS_HOST_OBJDUMP, [$host_alias-objdump], [yes]) - if test "$CROSS_HOST_OBJDUMP" = "yes" ; then - lock_obj_h_generated=yes -- if test ! -d src; mkdir src; fi -+ if test ! -d src; then mkdir src; fi - LOCK_ABI_VERSION=1 host=$host host_alias=$host_alias \ - CC=$CC OBJDUMP=$host_alias-objdump \ - ac_ext=$ac_ext ac_objext=$ac_objext \ |