]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-no_libelf.patch
ntpd requires libgcc_s.so.1
[packages/ntp.git] / ntp-no_libelf.patch
1 --- ntp-4.2.8/configure.ac~     2014-12-19 12:56:53.000000000 +0100
2 +++ ntp-4.2.8/configure.ac      2014-12-19 17:04:09.696796977 +0100
3 @@ -422,9 +422,9 @@
4      # nlist stuff is only needed for tickadj.
5      saved_LIBS="$LIBS"
6      LIBS=
7 -    AC_SEARCH_LIBS([nlist], [elf ld mld])
8 +    #AC_SEARCH_LIBS([nlist], [elf ld mld])
9      # XXX ac_cv_search_nlist will be 'none required', 'no', or '-l...'
10 -    AC_SEARCH_LIBS([kvm_open], [kvm])  dnl We already know about -lelf here...
11 +    #AC_SEARCH_LIBS([kvm_open], [kvm]) dnl We already know about -lelf here...
12      # XXX ac_cv_search_kvm_open will be 'none required', 'no', or '-l...'
13      AC_CHECK_HEADERS([nlist.h sys/var.h])
14      case "$ac_cv_header_nlist_h" in
This page took 0.184871 seconds and 3 git commands to generate.