[haiku-commits] haiku: hrev48783 - src/add-ons/mail_daemon/inbound_protocols/pop3

  • From: jerome.duval@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 7 Feb 2015 17:38:02 +0100 (CET)

hrev48783 adds 1 changeset to branch 'master'
old head: 0e03e5fc5dd461e1c10f2cdcdbb3763ec7f6a1bf
new head: 80c3a060f918478f61350abb499e6cc8fab11bb0
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=80c3a060f918+%5E0e03e5fc5dd4

----------------------------------------------------------------------------

80c3a060f918: POP3: link against libstdc++ for debug build

                                   [ Jérôme Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48783
Commit:      80c3a060f918478f61350abb499e6cc8fab11bb0
URL:         http://cgit.haiku-os.org/haiku/commit/?id=80c3a060f918
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Sat Feb  7 16:37:02 2015 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile | 3 ++-

----------------------------------------------------------------------------

diff --git a/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile 
b/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile
index 1a7e869..eef083f 100644
--- a/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile
+++ b/src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile
@@ -34,7 +34,8 @@ AddResources POP3 : POP3.rdef ;
 Addon POP3
        : $(sources)
        : be libbnetapi.so libmail.so localestub
-               [ BuildFeatureAttribute openssl : libraries ] [ TargetLibsupc++ 
]
+               [ BuildFeatureAttribute openssl : libraries ]
+               [ TargetLibstdc++ ] [ TargetLibsupc++ ]
                $(TARGET_NETWORK_LIBS)
 ;
 


Other related posts:

  • » [haiku-commits] haiku: hrev48783 - src/add-ons/mail_daemon/inbound_protocols/pop3 - jerome . duval