]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-no_libelf.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/ntp.git] / ntp-no_libelf.patch
CommitLineData
197b2c23 1diff -ur ntp-4.1.1a.orig/configure.in ntp-4.1.1a/configure.in
2--- ntp-4.1.1a.orig/configure.in Thu Mar 28 23:42:00 2002
3+++ ntp-4.1.1a/configure.in Thu Nov 21 11:56:41 2002
4@@ -184,8 +184,8 @@
5 AC_CHECK_LIB(advapi32, main)
6 ;;
7 esac
8-AC_CHECK_LIB(elf, nlist) dnl Only needed for tickadj...
9-dnl AC_CHECK_LIB(kvm, main, , , -lelf)
10+#AC_CHECK_LIB(elf, nlist) dnl Only needed for tickadj...
11+#dnl AC_CHECK_LIB(kvm, main, , , -lelf)
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)
15Only in ntp-4.1.1a: configure.in~
This page took 0.031546 seconds and 4 git commands to generate.