]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-no_libelf.patch
- fixed Group
[packages/ntp.git] / ntp-no_libelf.patch
1 diff -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
4 @@ -512,9 +512,9 @@
5  case "$ac_cv_func___adjtimex" in
6   yes) ;;
7   *)
8 -    AC_CHECK_LIB(elf, nlist)   dnl Only needed for tickadj...
9 +    #AC_CHECK_LIB(elf, nlist)  dnl Only needed for tickadj...
10      dnl AC_CHECK_LIB(kvm, main, , , -lelf)
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_HEADER(nlist.h,
16
This page took 0.065962 seconds and 3 git commands to generate.