View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001817 | SOGo | Packaging (Debian) | public | 2012-05-23 14:20 | 2012-05-29 20:11 |
Reporter | dekkers | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 1.3.16 | Fixed in Version | 1.3.16 | ||
Summary | 0001817: Patch for SOPE on GNU/kFreeBSD | ||||
Description | This patch make SOPE compile on GNU/kFreeBSD, one of the Debian architectures. | ||||
Tags | No tags attached. | ||||
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 |
Fix applied - http://mtn.inverse.ca/revision/diff/8ebc4980bb476d82acbad15b70df3600932b35f2/with/494c1e08ea03a172bc351c9989850a6f746fd2d6 |
|
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 |