guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/25: gnu: iptables: Clean-up configure flags.


From: guix-commits
Subject: 20/25: gnu: iptables: Clean-up configure flags.
Date: Sat, 15 Apr 2023 00:27:34 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 7943de8ece48bd65dc33f6df76940c74c171febe
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 14 23:42:37 2023 -0400

    gnu: iptables: Clean-up configure flags.
    
    * gnu/packages/linux.scm (iptables) [arguments]: Address TODO comment.
---
 gnu/packages/linux.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 267e1ee1cb..ae667acdee 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2920,11 +2920,7 @@ external rate conversion.")
     (arguments
      (list #:tests? #f             ; no test suite
            #:configure-flags       ; add $libdir to the RUNPATH of executables
-           ;; XXX TODO: Replace with simply #$OUTPUT on core-updates.
-           #~(list (string-append "LDFLAGS=-Wl,-rpath="
-                                  #$(if (%current-target-system)
-                                        #~#$output
-                                        #~%output) "/lib"))))
+           #~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))))
     (home-page "https://www.netfilter.org/projects/iptables/index.html";)
     (synopsis "Programs to configure Linux IP packet filtering rules")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]