prevent the sr_driver_list section to be dropped with static linking

This commit is contained in:
Aurelien Jacobs 2016-05-19 16:25:14 +02:00 committed by Uwe Hermann
parent e76a357536
commit d12123100a
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ URL: http://www.sigrok.org
Requires: glib-2.0
Requires.private: @SR_PKGLIBS@
Version: @SR_PACKAGE_VERSION@
Libs: -L${libdir} -lsigrok
Libs: -L${libdir} -Wl,--whole-archive -lsigrok -Wl,--no-whole-archive
Libs.private: @SR_EXTRA_LIBS@
Cflags: -I${includedir}