Index: work/OS/Fedora/pcb-rnd.spec =================================================================== --- work/OS/Fedora/pcb-rnd.spec (revision 25409) +++ work/OS/Fedora/pcb-rnd.spec (revision 25410) @@ -5,7 +5,7 @@ #%%global svn 15165 Name: pcb-rnd Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular Printed Circuit Board layout tool # For a license breakdown info, please refer to https://metadata.ftp-master.debian.org/changelogs/main/p/pcb-rnd/pcb-rnd_2.0.0-1_copyright @@ -209,7 +209,7 @@ #%%autosetup -n %%{name}-%%{svn} -p1 %build -./"configure" --CFLAGS="%{build_cflags}" --LDFLAGS="%{build_ldflags}" \ +./"configure" --CFLAGS="%{build_cflags}" --LDFLAGS="%{build_ldflags} -Wl,--no-as-needed" \ --all=disable --buildin-script --buildin-fp_fs --buildin-draw_fab \ --buildin-mincut --buildin-report \ --buildin-rubberband_orig --buildin-fp_board --buildin-propedit \ @@ -443,6 +443,9 @@ %{plugindir}/lib_netmap.so %changelog +* Sat May 11 2019 Alain Vigne 2.1.2-2 +- Fix plugins loading problem, by disabling linker "as-needed" flag + * Tue Apr 23 2019 Alain Vigne 2.1.2-1 - New 2.1.2 upstream - Add build flags to local "configure"