View Issue Details

IDProjectCategoryView StatusLast Update
0001817SOGoPackaging (Debian)public2012-05-29 20:11
Reporterdekkers Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version1.3.16Fixed in Version1.3.16 
Summary0001817: Patch for SOPE on GNU/kFreeBSD
Description

This patch make SOPE compile on GNU/kFreeBSD, one of the Debian architectures.

TagsNo tags attached.

Activities

2012-05-23 14:20

 

sope-gnu-kfreebsd.patch (541 bytes)   
diff --git a/sope-core/NGStreams/NGInternetSocketAddress.m b/sope-core/NGStreams/NGInternetSocketAddress.m
index 552366d..221f900 100644
--- a/sope-core/NGStreams/NGInternetSocketAddress.m
+++ b/sope-core/NGStreams/NGInternetSocketAddress.m
@@ -48,7 +48,7 @@
 #include "NGInternetSocketDomain.h"
 #include "common.h"
 
-#if defined(HAVE_GETHOSTBYNAME_R) && !defined(linux) && !defined(__FreeBSD__)
+#if defined(HAVE_GETHOSTBYNAME_R) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__)
 #define USE_GETHOSTBYNAME_R 1
 #endif
 
sope-gnu-kfreebsd.patch (541 bytes)   
ludovic

ludovic

2012-05-29 20:10

administrator   ~0003982

Fix applied - http://mtn.inverse.ca/revision/diff/8ebc4980bb476d82acbad15b70df3600932b35f2/with/494c1e08ea03a172bc351c9989850a6f746fd2d6

Issue History

Date Modified Username Field Change
2012-05-23 14:20 dekkers New Issue
2012-05-23 14:20 dekkers File Added: sope-gnu-kfreebsd.patch
2012-05-23 14:21 ludovic Target Version => 1.3.16
2012-05-29 20:10 ludovic Note Added: 0003982
2012-05-29 20:10 ludovic Status new => resolved
2012-05-29 20:10 ludovic Fixed in Version => 1.3.16
2012-05-29 20:10 ludovic Resolution open => fixed
2012-05-29 20:10 ludovic Assigned To => ludovic
2012-05-29 20:11 ludovic Status resolved => closed