]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-no_libelf.patch
noarch doc and mibs packages
[packages/ntp.git] / ntp-no_libelf.patch
CommitLineData
6e00857d
AM
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...'
0ffcfbfc 13 AC_CHECK_HEADERS([nlist.h sys/var.h])
6e00857d 14 case "$ac_cv_header_nlist_h" in
This page took 0.022068 seconds and 4 git commands to generate.