[curl/private-kdudka-debug-scp] tweak spec-file for SCP debugging

Kamil Dudka kdudka at fedoraproject.org
Mon Oct 21 15:10:40 UTC 2013


commit d50bd55cd6ecde7a1415c0c502f5197a759bf086
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Mon Oct 21 16:45:11 2013 +0200

    tweak spec-file for SCP debugging

 curl.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 45f2b39..0383fd9 100644
--- a/curl.spec
+++ b/curl.spec
@@ -150,8 +150,8 @@ echo "1319" >> tests/data/DISABLED
     --with-libidn \
     --with-libmetalink \
     --with-libssh2 \
-    --without-ssl --with-nss
-#    --enable-debug
+    --without-ssl --with-nss \
+    --enable-debug
 # use ^^^ to turn off optimizations, etc.
 
 # Remove bogus rpath
@@ -166,15 +166,15 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 export LD_LIBRARY_PATH
 
 # uncomment to use the non-stripped library in tests
-# LD_PRELOAD=`find -name \*.so`
-# LD_PRELOAD=`readlink -f $LD_PRELOAD`
+LD_PRELOAD=`find -name \*.so`
+LD_PRELOAD=`readlink -f $LD_PRELOAD`
 
 cd tests
 make %{?_smp_mflags}
 
 # use different port range for 32bit and 64bit build, thus make it possible
 # to run both in parallel on the same machine
-./runtests.pl -a -b%{?__isa_bits}90 -p -v
+./runtests.pl -a -b%{?__isa_bits}90 -p -v SCP
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list