prevent the sr_driver_list section to be dropped with static linking
This commit is contained in:
parent
e76a357536
commit
d12123100a
|
@ -9,6 +9,6 @@ URL: http://www.sigrok.org
|
||||||
Requires: glib-2.0
|
Requires: glib-2.0
|
||||||
Requires.private: @SR_PKGLIBS@
|
Requires.private: @SR_PKGLIBS@
|
||||||
Version: @SR_PACKAGE_VERSION@
|
Version: @SR_PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lsigrok
|
Libs: -L${libdir} -Wl,--whole-archive -lsigrok -Wl,--no-whole-archive
|
||||||
Libs.private: @SR_EXTRA_LIBS@
|
Libs.private: @SR_EXTRA_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue