]> git.pld-linux.org Git - packages/parted.git/blob - parted-link.patch
- updated for 1.6.25
[packages/parted.git] / parted-link.patch
1 --- parted-1.6.22/configure.in.orig     2005-03-19 22:47:12.000000000 +0100
2 +++ parted-1.6.22/configure.in  2005-04-24 15:35:55.738042232 +0200
3 @@ -213,9 +213,11 @@
4  fi
5  CFLAGS="$CFLAGS -DLOCALEDIR=\"\\\"$datadir/locale\\\"\""
6  
7 +REISER_LIBS=""
8  dnl Check for libdl, if we are doing dynamic loading
9  if test "$enable_dynamic_loading" = yes; then
10         AC_CHECK_LIB(dl, dlopen,
11 +               REISER_LIBS="-ldl"
12                 PARTED_LIBS="$PARTED_LIBS -ldl"
13                 AC_DEFINE(DYNAMIC_LOADING, 1, [Lazy linking to fs libs]),
14                 AC_MSG_ERROR(
15 @@ -243,7 +245,6 @@
16  AC_SUBST(UUID_LIBS)
17  
18  dnl Check for libreiserfs
19 -REISER_LIBS=""
20  if test "$enable_dynamic_loading" = no -a "$enable_discover_only" = no; then
21         OLD_LIBS="$LIBS"
22         AC_CHECK_LIB(dal, dal_equals,
23 @@ -264,7 +265,7 @@
24  if test "$with_readline" = yes; then
25         OLD_LIBS="$LIBS"
26         LIBS=""
27 -       AC_SEARCH_LIBS(tgetent, ncurses curses termcap termlib,
28 +       AC_SEARCH_LIBS(tgetent, tinfo ncurses curses termcap termlib,
29                 PARTED_LIBS="$PARTED_LIBS $LIBS",
30                 AC_MSG_ERROR(
31  termcap could not be found which is required for the
This page took 0.030569 seconds and 3 git commands to generate.