[tnftp] Link with system libedit rather than using internal one (#1079639)

David Cantrell dcantrel at fedoraproject.org
Tue Jun 24 19:55:26 UTC 2014


commit 911f51fc04cd971773bce0be06a5b4dfba6cf947
Author: David Cantrell <dcantrell at redhat.com>
Date:   Tue Jun 24 15:55:08 2014 -0400

    Link with system libedit rather than using internal one (#1079639)

 tnftp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tnftp.spec b/tnftp.spec
index d88df33..2066448 100644
--- a/tnftp.spec
+++ b/tnftp.spec
@@ -38,7 +38,7 @@ autoreconf -i
 %configure --enable-editcomplete \
            --enable-ipv6 \
            --enable-ssl
-make %{?_smp_mflags}
+make
 
 %install
 make install DESTDIR=%{buildroot}


More information about the scm-commits mailing list