Accepting request 112709 from home:RedDwarf
I don't really know what those .def files do. But I guess they are really needed? With them lmms is building correctly in my home repo. - Include /usr/lib/wine/*.def files in wine-devel-32bit OBS-URL: https://build.opensuse.org/request/show/112709 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=143
This commit is contained in:
parent
a718435f95
commit
1c4189b6d0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 13:08:08 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Include /usr/lib/wine/*.def files in wine-devel-32bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 30 23:21:10 CEST 2012 - meissner@suse.de
|
||||
|
||||
|
@ -138,6 +138,7 @@ echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7
|
||||
grep SONAME_ config.log
|
||||
grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7
|
||||
echo "%name-devel" >> %SOURCE7
|
||||
echo " +^/usr/lib/wine/*.def" >> %SOURCE7
|
||||
cat %SOURCE7
|
||||
%endif
|
||||
make %{?jobs:-j%jobs} all
|
||||
|
Loading…
Reference in New Issue
Block a user