mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/zssh: remove noop configure option
USE=nls is provided by lrzsz, originally by bundled version, in our package - by conditional use dependency on net-dialup/lrzsz Closes: https://bugs.gentoo.org/949569 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40545 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -39,9 +39,7 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
tc-export AR CC RANLIB
|
||||
#actually, nls isn't supported in this software, but in bundled lrzsz
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
$(use_enable readline)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user