Re: [opensc-devel] [opensc-commits] svn opensc changed[5307] msi: no need backslash after [INSTALLDIR]

2011-04-12 Thread Martin Paljak
Hello, On Sat, Apr 9, 2011 at 23:46, Viktor TARASOV wrote: > Le 08/04/2011 18:46, Martin Paljak a écrit : >> I would not put the inf to the installer if it did not do anything >> semi-universally useful yet, for what it's worth. > As I understood, it's not the final MSI version . No. I'm about t

Re: [opensc-devel] Cardmod: AD login no longer works

2011-04-12 Thread Martin Paljak
On Mon, Apr 11, 2011 at 19:24, Douglas E. Engert wrote: >> OpenSSL is used, there is not (yet) zlib included. I plan to fix that >> tomorrow. > > Ok, when some of the tools where not built, I assumed it was OpenSSL was not > included. > I was using OpenSSL-0.9.8d, but I will have to look at 1.0.0

[opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread jons...@terra.es
A little patch to "installer_from_build.sh" script to use correct mingw prefix on win32 builds Requires "lsb-core" package Ubuntu- or "redhat_lsb" -redhat/fedora- - # use mingw to generate binaries +DistID=`lsb_release -is` +case $DistID in +Fedora ) p

Re: [opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread Peter Stuge
jons...@terra.es wrote: > A little patch to "installer_from_build.sh" script to use correct > mingw prefix on win32 builds Tricky. I don't think "correct" is defined by what the distribution happens to have packaged. :\ //Peter ___ opensc-devel mailing

Re: [opensc-devel] windows installer: handle Fedora/Ubuntu proper mingw

2011-04-12 Thread Martin Paljak
On Apr 12, 2011, at 15:48 , Peter Stuge wrote: > jons...@terra.es wrote: >> A little patch to "installer_from_build.sh" script to use correct >> mingw prefix on win32 builds > > Tricky. I don't think "correct" is defined by what the distribution > happens to have packaged. :\ Well, the idea her