Re: curl.spec patch

2010-04-02 Thread Ralf S. Engelschall
On Sun, Feb 07, 2010, PLI wrote: > You will find here a small patch for the curl.spec file. > > 1) To build curl with the the rigth ssl depencies (ex zlib), i use > "pkg-config --libs openssl" to populate LIBS. This should be no longer needed with the latest "openssl" package as I've switched it

Re: curl.spec patch

2010-04-02 Thread Ralf S. Engelschall
On Sun, Feb 07, 2010, PLI wrote: > PS: How can we upload diff , previously located in > ftp://ftp.openpkg.org/contrib/00UPLOAD/ ? We no longer provide an upload area as it complicates to correlate contributors to their patches this way. Just post your patches to the mailing list. That's just fine

curl.spec patch

2010-02-07 Thread PLI
hi everyone, You will find here a small patch for the curl.spec file. 1) To build curl with the the rigth ssl depencies (ex zlib), i use "pkg-config --libs openssl" to populate LIBS. 2) i use the full path for %{l_prefix}/bin/pkg-config Thanks and regards PS: How can we upload diff , previous