aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/More_build_oddities_under_OpenBSD/comment_8_275d3e62cb5667a2d6ddd90db7a40bff._comment
blob: f7f7e342914b9aab64f8390c444c2ae7a9cef8ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw"
 nickname="dxtrish"
 subject="comment 8"
 date="2014-02-08T18:13:33Z"
 content="""
What I did was to temporarily move away (or rename) the offending libs. What I essentially did was this:

    cabal configure
    cabal build
    sudo mv /usr/local/lib/lib{xml2,gnutls,gsasl,idn}.a /tmp
    cabal install
    sudo mv /tmp/lib{xml2,gnutls,gsasl,idn}.a /usr/local/lib

but I've also had to patch network-info. I've contacted the maintainer of that package but I haven't received anything. I'm considering creating an actual fork with my changes but that would almost seem kind of silly as I don't know *ANY* haskell.. But I am looking at the Haskell wiki as I'm typing this so I can see what I'm looking at :).

Won't break anything by not setting SO_REUSEADDR? I suspect you're setting it for a reason? 
"""]]