diff options
Diffstat (limited to 'palm/pilot-link/files/patch-iconv')
-rw-r--r-- | palm/pilot-link/files/patch-iconv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-iconv b/palm/pilot-link/files/patch-iconv new file mode 100644 index 000000000000..a74bf261bf7e --- /dev/null +++ b/palm/pilot-link/files/patch-iconv @@ -0,0 +1,7 @@ +If we use iconv -- link pisock with it, so others don't have to: + +--- libsock/Makefile.in Tue Jun 19 12:25:26 2001 ++++ libsock/Makefile.in Fri Aug 24 10:09:20 2001 +@@ -57,1 +57,1 @@ +- -o libpisock.la $(OBJS) ++ -o libpisock.la $(OBJS) @ICONV_LIBS@ |