diff options
Diffstat (limited to 'palm/pilot-link/files/patch-getopt')
-rw-r--r-- | palm/pilot-link/files/patch-getopt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-getopt b/palm/pilot-link/files/patch-getopt new file mode 100644 index 000000000000..84ed178740af --- /dev/null +++ b/palm/pilot-link/files/patch-getopt @@ -0,0 +1,8 @@ +Don' link include this useless getopt reimplementations into every +executable. When/if pilot-link starts to use the longopt/getopt_long, it +should check if the libc or the libgnugetopt has them first. + ++++ Makefile.in Fri Aug 24 10:17:57 2001 +@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook +-GETOPT = getopt.o getopt1.o ++GETOPT = |