Patches item #1823574, was opened at 2007-10-31 17:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1823574&group_id=104305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: sipp
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Klaus Darilion (klaus_darilion)
Assigned to: Nobody/Anonymous (nobody)
Summary: Makefile
Initial Comment:
Hi!
Current Makefile does not allow to build debug version with openssl: here is
the small but useful patch:
Index: Makefile
===================================================================
--- Makefile (revision 332)
+++ Makefile (working copy)
@@ -190,8 +190,8 @@
debug:
DEBUG_FLAGS="-g -pg" ; export DEBUG_FLAGS ; make all
-debug_tls:
- @DEBUG_FLAGS=-g ; export DEBUG_FLAGS ; make tls
+debug_ossl:
+ @DEBUG_FLAGS=-g ; export DEBUG_FLAGS ; make ossl
debug_pcap_cygwin:
@DEBUG_FLAGS=-g ; export DEBUG_FLAGS ; make pcapplay_ossl_cygwin
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=637566&aid=1823574&group_id=104305
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users