me
/
guix
Archived
1
0
Fork 0

gnu: iptables: Clean-up configure flags.

* gnu/packages/linux.scm (iptables) [arguments]: Address TODO comment.
master
Maxim Cournoyer 2023-04-14 23:42:37 -04:00
parent ebf85c3c39
commit 7943de8ece
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 5 deletions

View File

@ -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