Trent W. Buck wrote: > If the code is licensed under the GPL (or similar) and doesn't have an > openssl exception clause, I think you are supposed to build-depend > specifically on the -gnutls flavour.
I'm looking at that right now. The haskell curl bindings are BSD3 so thats fine to link against openssl. That means the haskell bindings could link against either openssl or gnutls. So which build depend should I choose, libcurl4-openssl-dev of libcurl4-gnutls-dev? Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "O'Caml ... a "language designed for smart people" if there ever was one." -- Mike Vanier -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
