From 6c6c86dcfbc1eb0d1ca14e54e73633d609445262 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-419.patch --- .../ncpfs-2.2.6-r6/ncpfs-hg-commit-419.patch | 33 +++++++++++++++++++ sutil/Makefile.in | 2 +- util/Makefile.in | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-419.patch diff --git a/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-419.patch b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-419.patch new file mode 100644 index 0000000..5d979ea --- /dev/null +++ b/.patches/ncpfs-2.2.6-r6/ncpfs-hg-commit-419.patch @@ -0,0 +1,33 @@ +changeset: 419:56ca340a8425 +user: Petr Vandrovec +date: Sat May 28 18:48:12 2005 +0000 +files: sutil/Makefile.in util/Makefile.in +description: +Link utils with LIBICONV in addition to INTLLIBS... + + +diff -r 9bf8cc97936c -r 56ca340a8425 sutil/Makefile.in +--- a/sutil/Makefile.in Sat May 28 15:48:03 2005 +0000 ++++ b/sutil/Makefile.in Sat May 28 18:48:12 2005 +0000 +@@ -13,7 +13,7 @@ USE_KERNEL = @USE_KERNEL@ + USE_KERNEL = @USE_KERNEL@ + NDS_SUPPORT = @NDS_SUPPORT@ + +-LIBS = @INTLLIBS@ @LIBS@ ++LIBS = @INTLLIBS@ @LIBICONV@ @LIBS@ + + # environ in ncpmount + CCFLAGS += -D_GNU_SOURCE +diff -r 9bf8cc97936c -r 56ca340a8425 util/Makefile.in +--- a/util/Makefile.in Sat May 28 15:48:03 2005 +0000 ++++ b/util/Makefile.in Sat May 28 18:48:12 2005 +0000 +@@ -14,7 +14,7 @@ NDS_SUPPORT = @NDS_SUPPORT@ + NDS_SUPPORT = @NDS_SUPPORT@ + MOUNT2 = @MOUNT2@ + +-LIBS = @INTLLIBS@ @LIBS@ ++LIBS = @INTLLIBS@ @LIBICONV@ @LIBS@ + + O_OTHER = dsqueue.o + O_USERUTILS = slist.o pqlist.o nwfsinfo.o pserver.o nprint.o nsend.o \ + diff --git a/sutil/Makefile.in b/sutil/Makefile.in index f95b2aa..7bd4a8d 100644 --- a/sutil/Makefile.in +++ b/sutil/Makefile.in @@ -13,7 +13,7 @@ vpath %.c ${this_srcdir} USE_KERNEL = @USE_KERNEL@ NDS_SUPPORT = @NDS_SUPPORT@ -LIBS = @INTLLIBS@ @LIBS@ +LIBS = @INTLLIBS@ @LIBICONV@ @LIBS@ # environ in ncpmount CCFLAGS += -D_GNU_SOURCE diff --git a/util/Makefile.in b/util/Makefile.in index 8fdcc74..197c4a4 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -14,7 +14,7 @@ USE_KERNEL = @USE_KERNEL@ NDS_SUPPORT = @NDS_SUPPORT@ MOUNT2 = @MOUNT2@ -LIBS = @INTLLIBS@ @LIBS@ +LIBS = @INTLLIBS@ @LIBICONV@ @LIBS@ O_OTHER = dsqueue.o O_USERUTILS = slist.o pqlist.o nwfsinfo.o pserver.o nprint.o nsend.o \