projects
/
packages
/
linux-gpib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ab8c5
)
- disable debuginfo when not building userspace
auto/th/linux-gpib-4.3.3-3
author
Jan Rękorajski
<baggins@pld-linux.org>
Thu, 25 Feb 2021 20:58:42 +0000
(21:58 +0100)
committer
Jan Rękorajski
<baggins@pld-linux.org>
Thu, 25 Feb 2021 20:58:42 +0000
(21:58 +0100)
linux-gpib.spec
patch
|
blob
|
blame
|
history
diff --git
a/linux-gpib.spec
b/linux-gpib.spec
index a99188f0e004a790d7215043601f05cc8555815a..e2659f080ef1db125574e80f60d8bcc4c244efd9 100644
(file)
--- a/
linux-gpib.spec
+++ b/
linux-gpib.spec
@@
-25,6
+25,11
@@
exit 1
%endif
+%if %{without userspace}
+# nothing to be placed to debuginfo package
+%define _enable_debug_packages 0
+%endif
+
%ifnarch %{ix86}
%undefine with_drivers_isa
%endif
This page took
0.066039 seconds
and
4
git commands to generate.