restore debian build; 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
|
Package: libpcscxx-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
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
|
Description: C++ Wrapper around PCSClite, Cryptoki, OpenSSL
|
||||||
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
C++ wrappers around the ugly C-Interfaces of pcsc-lite, cryptoki and
|
||||||
open-ssl.
|
open-ssl.
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -40,7 +40,7 @@ endif
|
|||||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||||
cp -f /usr/share/misc/config.guess config.guess
|
cp -f /usr/share/misc/config.guess config.guess
|
||||||
endif
|
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"
|
# does not work: LDFLAGS="-Wl,-z,defs"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user