aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-09-23 16:59:23 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-23 16:59:23 +0200
commit66ffb6d4935b8089e6aee4487c5230c04a38866b (patch)
tree6bde5a80bf585c8d08d6e873dab6c6e9705da9bf
parent5b5d24ebf355c9165d94db9b4079c84bfed1fa72 (diff)
debian/control: Add dependency to libpcsclite-dev
The host utilities use libpcsclite, and the missing build dependency causes build failures in our nightly OBS builds since commit faf1e88e48c216456bdea6060a623b7c31f07c70 was merged: [ 131s] cc -o simtrace2-remsim simtrace2-remsim.o apdu_dispatch.o simtrace2-discovery.o libusb_util.o -Wl,-z,relro `pkg-config --libs libusb-1.0 libosmocore` -pthread `pkg-config --libs libosmosim libpcsclite` [ 131s] Package libpcsclite was not found in the pkg-config search path. [ 131s] Perhaps you should add the directory containing `libpcsclite.pc' [ 131s] to the PKG_CONFIG_PATH environment variable [ 131s] No package 'libpcsclite' found Change-Id: I29adfc629e5e4ffd0bf8b9035ef9138fe7693d96
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 490ed85..f30b1d3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
libosmocore-dev,
+ libpcsclite-dev,
libnewlib-arm-none-eabi,
libusb-1.0-0-dev,
gcc-arm-none-eabi