restore debian build; refs #30

This commit is contained in:
Marc Wäckerlin
2014-05-07 11:51:40 +00:00
parent b997767160
commit af01d5daaf
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@@ -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
Depends: libpcscxx (= ${binary:Version}), libssl-dev, libp11-kit-dev, libpcsclite-dev, libmrw-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
View File

@@ -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" CXXFLAGS="-ggdb" LDFLAG="-ggdb" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
CPPFLAGS="${CPPFLAGS} -DALLOW_SSL_0_8 -std=c++0x -I/usr/include/PCSC -I/usr/include/p11-kit-1/p11-kit" CXXFLAGS="-ggdb" LDFLAG="-ggdb" ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
# does not work: LDFLAGS="-Wl,-z,defs"