replace libp11-kit-dev by libpkcs11-helper1-dev beacause it's missing on lucid; refs #30
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -9,7 +9,7 @@ Homepage: https://dev.marc.waeckerlin.org/projects/libpcscxx
|
||||
Package: libpcscxx-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libgnutls-dev, libpcsclite-dev, mrw-c++-dev
|
||||
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libpkcs11-helper1-dev, libpcsclite-dev, mrw-c++-dev
|
||||
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
|
||||
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
||||
open-ssl.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -40,7 +40,7 @@ endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
CPPFLAGS="${CPPFLAGS} -DALLOW_SSL_0_8 -std=c++0x -I/usr/include/PCSC -I/usr/include/gnutls" CXXFLAGS="-ggdb" LDFLAG="-ggdb" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" MOC=/usr/bin/moc
|
||||
CPPFLAGS="${CPPFLAGS} -DALLOW_SSL_0_8 -std=c++0x -I/usr/include/PCSC -I/usr/include/pkcs11-helper-1.0" CXXFLAGS="-ggdb" LDFLAG="-ggdb" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" MOC=/usr/bin/moc
|
||||
# does not work: LDFLAGS="-Wl,-z,defs"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user