]> git.pld-linux.org Git - packages/pilot-link.git/blame - pilot-link-link.patch
- added link patch, cleanups
[packages/pilot-link.git] / pilot-link-link.patch
CommitLineData
96dad579
JB
1--- pilot-link-0.11.8/configure.in.orig Tue Jul 1 21:08:09 2003
2+++ pilot-link-0.11.8/configure.in Tue Oct 14 14:23:40 2003
3@@ -351,6 +351,7 @@
4
5 AC_ARG_WITH(readline, [ --with-readline use readline [default=yes]])
6 if test "x$with_readline" != "xno"; then
7+ ac_save_LIBS="$LIBS"
8 LIBS="$LIBS -lreadline"
9 dnl Let's check all the possible places for readline
10 for termlib in ncurses curses termcap terminfo termlib ; do
11@@ -368,6 +369,7 @@
12 AC_TRY_LINK(,[(void)readline(0);],
13 RL_LIBS="-lreadline -l${termlib}"))
14
15+ LIBS="$ac_save_LIBS"
16 if test "x$RL_LIBS" = "x"; then
17 AC_MSG_RESULT(not found)
18 AC_MSG_ERROR([Development headers for readline were not found. Please correct.])
19--- pilot-link-0.11.8/libpisync/Makefile.am.orig Sat May 11 00:18:10 2002
20+++ pilot-link-0.11.8/libpisync/Makefile.am Tue Oct 14 14:34:57 2003
21@@ -9,7 +9,7 @@
22 sync.c
23
24 libpisync_la_LIBADD = \
25- $(ICONV_LIBS)
26+ $(ICONV_LIBS) ../libpisock/libpisock.la
27
28 libpisync_la_LDFLAGS = \
29 -export-dynamic -version-info $(PISYNC_CURRENT):$(PISYNC_REVISION):$(PISYNC_AGE)
This page took 0.125953 seconds and 4 git commands to generate.