]> git.pld-linux.org Git - packages/ntp.git/commitdiff
48abda9bad7cd389a2c30c34d5f30080 ntp-no_libelf.patch RA-1_0 ntp-4_1_1a-2
authorankry <ankry@pld-linux.org>
Thu, 21 Nov 2002 11:07:04 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp-no_libelf.patch -> 1.1

ntp-no_libelf.patch [new file with mode: 0644]

diff --git a/ntp-no_libelf.patch b/ntp-no_libelf.patch
new file mode 100644 (file)
index 0000000..0d8f06f
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur ntp-4.1.1a.orig/configure.in ntp-4.1.1a/configure.in
+--- ntp-4.1.1a.orig/configure.in       Thu Mar 28 23:42:00 2002
++++ ntp-4.1.1a/configure.in    Thu Nov 21 11:56:41 2002
+@@ -184,8 +184,8 @@
+     AC_CHECK_LIB(advapi32, main)
+     ;;
+ esac
+-AC_CHECK_LIB(elf, nlist)      dnl Only needed for tickadj...
+-dnl AC_CHECK_LIB(kvm, main, , , -lelf)
++#AC_CHECK_LIB(elf, nlist)     dnl Only needed for tickadj...
++#dnl AC_CHECK_LIB(kvm, main, , , -lelf)
+ AC_CHECK_LIB(kvm, main)               dnl We already know about -lelf here...
+ AC_CHECK_LIB(ld, nlist)
+ AC_CHECK_LIB(mld, nlist)
+Only in ntp-4.1.1a: configure.in~
This page took 0.049834 seconds and 4 git commands to generate.