projects
/
tools
/
qemu-arm-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4933f8b
)
Add fedora23 macro in the spec file
release-20160315
release-20160411
author
admin
<yuhuan.yang@samsung.com>
Wed, 6 Apr 2016 14:01:32 +0000
(22:01 +0800)
committer
admin
<yuhuan.yang@samsung.com>
Wed, 6 Apr 2016 14:04:40 +0000
(22:04 +0800)
Change-Id: I1463e1ef67ec29f445bb5ea3383bdf1576bee391
Signed-off-by: admin <yuhuan.yang@samsung.com>
packaging/qemu-arm-static.spec
patch
|
blob
|
history
diff --git
a/packaging/qemu-arm-static.spec
b/packaging/qemu-arm-static.spec
index 554a1fdfd2303575055af943c8a635373179d5fe..47e5feb31c58b67f56327d28881a90b9faad2e52 100644
(file)
--- 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