From fa8a6d071b724dd3d6b972c806f16435a227e7c1 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 28 Apr 2026 20:56:02 +0200 Subject: [PATCH] Apply patch: ncpfs-hg-commit-421.patch --- .../ncpfs-2.2.6-r6/ncpfs-hg-commit-421.patch | 31 +++++++++++++++++++ Make.rules.in | 1 + lib/Makefile.in | 1 + 3 files changed, 33 insertions(+) create mode 100644 .patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-421.patch diff --git a/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-421.patch b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-421.patch new file mode 100644 index 0000000..60bb2fe --- /dev/null +++ b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-421.patch @@ -0,0 +1,31 @@ +changeset: 421:50351d213ba9 +user: Petr Vandrovec +date: Sat May 28 18:57:50 2005 +0000 +files: Make.rules.in lib/Makefile.in +description: +Perform ranlib on static library after build. + + +diff -r c7f1c54278c9 -r 50351d213ba9 Make.rules.in +--- a/Make.rules.in Sat May 28 18:54:50 2005 +0000 ++++ b/Make.rules.in Sat May 28 18:57:50 2005 +0000 +@@ -2,6 +2,7 @@ INSTALL := @INSTALL@ + INSTALL := @INSTALL@ + INSTALL_DATA := @INSTALL_DATA@ + CC := @CC@ ++RANLIB := @RANLIB@ + + prefix := @prefix@ + exec_prefix := @exec_prefix@ +diff -r c7f1c54278c9 -r 50351d213ba9 lib/Makefile.in +--- a/lib/Makefile.in Sat May 28 18:54:50 2005 +0000 ++++ b/lib/Makefile.in Sat May 28 18:57:50 2005 +0000 +@@ -130,6 +130,7 @@ install_static: $(STATIC_NCPLIB_BIN) + + $(STATIC_NCPLIB): $(STATIC_O_OBJ) + ar r $@ $(STATIC_O_OBJ) ++ $(RANLIB) $@ + + ifeq ($(NEED_DEP),yes) + include $(STATIC_O_OBJ:.o=.d) + diff --git a/Make.rules.in b/Make.rules.in index 014cb08..8410755 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -2,6 +2,7 @@ INSTALL := @INSTALL@ INSTALL_DATA := @INSTALL_DATA@ CC := @CC@ +RANLIB := @RANLIB@ prefix := @prefix@ exec_prefix := @exec_prefix@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 140b0e9..20f4e9c 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -130,6 +130,7 @@ install_static: $(STATIC_NCPLIB_BIN) $(STATIC_NCPLIB): $(STATIC_O_OBJ) ar r $@ $(STATIC_O_OBJ) + $(RANLIB) $@ ifeq ($(NEED_DEP),yes) include $(STATIC_O_OBJ:.o=.d)