]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-no_libelf.patch
- clean format-security.patch
[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 @@ -687,9 +687,9 @@
5   yes)
6      ;;
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_HEADERS([nlist.h sys/var.h])
This page took 0.065261 seconds and 3 git commands to generate.