fix: use libusb for pcscd

This commit is contained in:
Lance R. Vick 2024-06-20 20:44:08 -07:00
parent 70902534df
commit 6b6a67beaa
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D
2 changed files with 3 additions and 9 deletions

View file

@ -12,14 +12,12 @@ COPY --from=stagex/busybox . /
COPY --from=stagex/m4 . /
COPY --from=stagex/musl . /
COPY --from=stagex/gcc . /
COPY --from=stagex/ccid . /
COPY --from=stagex/libusb . /
COPY --from=stagex/binutils . /
COPY --from=stagex/make . /
COPY --from=stagex/perl . /
COPY --from=stagex/flex . /
COPY --from=stagex/pkgconf . /
COPY --from=stagex/eudev . /
RUN tar -xvf $SRC_FILE
WORKDIR pcsc-lite-${VERSION}
RUN --network=none <<-EOF
@ -30,8 +28,8 @@ RUN --network=none <<-EOF
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--disable-libusb \
--enable-libudev \
--enable-libusb \
--disable-libudev \
--disable-maintainer-mode \
--disable-silent-rules \
--without-systemdsystemunitdir \

View file

@ -1396,8 +1396,6 @@ out/pcsc-lite/index.json: \
packages/pcsc-lite/Containerfile \
out/binutils/index.json \
out/busybox/index.json \
out/ccid/index.json \
out/eudev/index.json \
out/filesystem/index.json \
out/flex/index.json \
out/gcc/index.json \
@ -1415,15 +1413,13 @@ out/pcsc-tools/index.json: \
packages/pcsc-tools/Containerfile \
out/binutils/index.json \
out/busybox/index.json \
out/ccid/index.json \
out/eudev/index.json \
out/filesystem/index.json \
out/flex/index.json \
out/gcc/index.json \
out/libusb/index.json \
out/m4/index.json \
out/make/index.json \
out/musl/index.json \
out/pcsc-lite/index.json \
out/perl/index.json \
out/pkgconf/index.json
$(call build,pcsc-tools)