]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
transmission: Don't use C++ exception handling.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Sep 2013 22:55:07 +0000 (00:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Sep 2013 22:55:07 +0000 (00:55 +0200)
lfs/transmission

index 3c1368dcf249c2e6e338d3964e42271a0026bf19..51c2fbd4d87beea7606ae5bdaeecf4bd7e4d39b8 100644 (file)
@@ -36,6 +36,8 @@ PAK_VER    = 9
 
 DEPS       = "libevent2"
 
 
 DEPS       = "libevent2"
 
+CXXFLAGS  += -fno-exceptions
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 ###############################################################################
 # Top-level Rules
 ###############################################################################