[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: libpcap: Omit static library.
From: |
guix-commits |
Subject: |
06/18: gnu: libpcap: Omit static library. |
Date: |
Wed, 30 Jun 2021 15:36:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 49dc5bb7d22af9019b71be67bd8e43f15c41cf23
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 18:53:22 2021 +0200
gnu: libpcap: Omit static library.
* gnu/packages/admin.scm (libpcap)[arguments]: Add a new
'omit-static-library phase.
---
gnu/packages/admin.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 61f287f..ee03759 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1305,7 +1305,15 @@ tools: server, client, and relay agent.")
("flex" ,flex)))
(arguments
;; There are some tests in testprogs/, but no automated test suite.
- '(#:tests? #f))
+ `(#:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'omit-static-library
+ ;; Neither build nor install libpcap.a.
+ (lambda _
+ (substitute* "Makefile.in"
+ ((" libpcap\\.a") "")
+ ((" install-archive ") " ")))))))
(home-page "https://www.tcpdump.org")
(synopsis "Network packet capture library")
(description
- branch master updated (364db4f -> f2a8b7e), guix-commits, 2021/06/30
- 04/18: gnu: i7z: Restrict to x86_64 systems., guix-commits, 2021/06/30
- 08/18: gnu: epson-inkjet-printer-escpr: Update to 1.7.12., guix-commits, 2021/06/30
- 06/18: gnu: libpcap: Omit static library.,
guix-commits <=
- 03/18: installer: Offer the CUPS printing service., guix-commits, 2021/06/30
- 07/18: gnu: Add corefreq., guix-commits, 2021/06/30
- 02/18: gnu: vmpk: Update to 0.8.4., guix-commits, 2021/06/30
- 10/18: gnu: virtuoso-ose: Update to 7.2.6., guix-commits, 2021/06/30
- 12/18: gnu: cbonsai: Update to 1.2.1., guix-commits, 2021/06/30
- 15/18: gnu: verilator: Update to 4.204., guix-commits, 2021/06/30
- 18/18: gnu: libesmtp: Expand description., guix-commits, 2021/06/30
- 17/18: gnu: libesmtp: Update to 1.1.0., guix-commits, 2021/06/30
- 09/18: gnu: duplicity: Update to 0.8.20., guix-commits, 2021/06/30
- 01/18: gnu: drumstick: Update to 2.3.0., guix-commits, 2021/06/30