summarylogtreecommitdiffstats
path: root/Fix-the-libntpc-install-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Fix-the-libntpc-install-path.patch')
-rw-r--r--Fix-the-libntpc-install-path.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/Fix-the-libntpc-install-path.patch b/Fix-the-libntpc-install-path.patch
deleted file mode 100644
index 3b0d51593869..000000000000
--- a/Fix-the-libntpc-install-path.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 2c81d1cba0ccf59593d2c154a099fa1e766838ac Mon Sep 17 00:00:00 2001
-From: James Browning <jamesb.fe80@gmail.com>
-Date: Wed, 14 Oct 2020 11:06:19 -0700
-Subject: [PATCH 01/18] FFI: Fix the libntpc install path.
-
----
- libntp/wscript | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/libntp/wscript b/libntp/wscript
-index 34d84f68b..6f7659997 100644
---- a/libntp/wscript
-+++ b/libntp/wscript
-@@ -53,7 +53,6 @@ def build(ctx):
- # Loadable FFI stub
- ctx(
- features="c cshlib",
-- install_path='${LIBDIR}/ntp',
- includes=[ctx.bldnode.parent.abspath(), "../include"],
- source=["ntp_c.c", "pymodule-mac.c"] + libntp_source_sharable,
- target="../pylib/ntpc", # Put the output in the pylib directory
---
-2.29.2
-