Skip to content

Commit

Permalink
Merge branch 'jb36180' into 'master'
Browse files Browse the repository at this point in the history
[qemu] Disable smartcard nss, contributes to jb#36180

See merge request mer-core/qemu-usermode!4
  • Loading branch information
kende committed Jan 11, 2019
2 parents adb3558 + a504e85 commit ce2d458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qemu-usermode.spec
Expand Up @@ -66,7 +66,8 @@ CONFIGURE_FLAGS="--prefix=/usr \
--enable-linux-user \
--enable-guest-base \
--disable-werror \
--target-list=$((for target in %{target_list}; do echo -n ${target}-linux-user,; done) | sed -e 's/,$//')"
--target-list=$((for target in %{target_list}; do echo -n ${target}-linux-user,; done) | sed -e 's/,$//') \
--disable-smartcard-nss"

for mode in static dynamic; do
mkdir build-$mode
Expand Down

0 comments on commit ce2d458

Please sign in to comment.