]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-no_libelf.patch
rel 10 (updated leapseconds)
[packages/ntp.git] / ntp-no_libelf.patch
CommitLineData
6754e9cd
AM
1diff -ur ntp-4.1.1a.orig/configure.ac ntp-4.1.1a/configure.ac
2--- ntp-4.1.1a.orig/configure.ac Thu Mar 28 23:42:00 2002
3+++ ntp-4.1.1a/configure.ac Thu Nov 21 11:56:41 2002
0ffcfbfc
KK
4@@ -687,9 +687,9 @@
5 yes)
6 ;;
6754e9cd 7 *)
0ffcfbfc
KK
8- AC_CHECK_LIB([elf], [nlist]) dnl Only needed for tickadj...
9+ #AC_CHECK_LIB([elf], [nlist]) dnl Only needed for tickadj...
6754e9cd 10 dnl AC_CHECK_LIB(kvm, main, , , -lelf)
0ffcfbfc
KK
11- AC_CHECK_LIB([kvm], [main]) dnl We already know about -lelf here...
12+ #AC_CHECK_LIB([kvm], [main]) dnl We already know about -lelf here...
13 AC_CHECK_LIB([ld], [nlist])
14 AC_CHECK_LIB([mld], [nlist])
15 AC_CHECK_HEADERS([nlist.h sys/var.h])
This page took 0.031162 seconds and 4 git commands to generate.