diff --git a/kicad.changes b/kicad.changes index a694269..94ac1ff 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 5 07:52:54 UTC 2018 - davejplater@gmail.com + +- Add build option to fix boo#1107776 kicad: 3D models do not work + ------------------------------------------------------------------- Mon Oct 1 23:32:40 UTC 2018 - Stefan BrĂ¼ns diff --git a/kicad.spec b/kicad.spec index 1ee4369..498264e 100644 --- a/kicad.spec +++ b/kicad.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -126,6 +126,7 @@ cp %{SOURCE2} . -DKICAD_SCRIPTING=ON \ -DKICAD_SCRIPTING_MODULES=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON \ + -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -pie" \ -DPYTHON_SITE_PACKAGE_PATH=%{python_sitearch} \ -DKICAD_SPICE=ON