diff options
-rw-r--r-- | packaging/qemu-arm-static.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec index 554a1fdfd..47e5feb31 100644 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -81,7 +81,9 @@ export LDFLAGS="-lrt -pthread -lgthread-2.0 -lglib-2.0" # -lrt needs to come after -lglib-2.0 to avoid undefined mq_open, mq_xxx sed -i "s/-lglib-2.0/-lglib-2.0 -lrt/" config-host.mak %endif +%if 0%{?fedora} == 23 cp -f find-debuginfo.sh /usr/lib/rpm/find-debuginfo.sh +%endif make %{?jobs:-j%jobs} V=1 %install |