]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-link.patch
- -more_readable.patch is back (updated for 1.3.20)
[packages/chkconfig.git] / chkconfig-link.patch
1 --- chkconfig-1.2.24h/Makefile.am.orig  Fri Apr 19 06:12:57 2002
2 +++ chkconfig-1.2.24h/Makefile.am       Fri May 14 10:57:16 2004
3 @@ -3,6 +3,7 @@
4  sbin_PROGRAMS = chkconfig @NTSYSV@
5  chkconfig_SOURCES = leveldb.c leveldb.h chkconfig.c
6  ntsysv_SOURCES = leveldb.c leveldb.h ntsysv.c
7 +ntsysv_LDADD = -lnewt
8  SUBDIRS = intl po
9  man_MANS = chkconfig.8 @NTSYSVMAN@
10  
11 --- chkconfig-1.2.24h/configure.in.orig Fri May 14 10:53:42 2004
12 +++ chkconfig-1.2.24h/configure.in      Fri May 14 10:57:09 2004
13 @@ -23,7 +23,7 @@
14  
15  dnl Checks for libraries.
16  if (test "$COMP_NTSYSV" = "yes"); then
17 -    AC_CHECK_LIB(newt, newtInit, , NTSYSV=""; NTSYSVMAN="")
18 +    AC_CHECK_LIB(newt, newtInit, [LIBNEWT=-lnewt], NTSYSV=""; NTSYSVMAN="")
19  fi
20  AC_CHECK_LIB(popt, poptReadDefaultConfig)
21  AC_CHECK_LIB(getopt, getopt_long)
This page took 0.049304 seconds and 3 git commands to generate.