mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
pinentry: Some toolchains need -pthread in the linker command line
Some toolchains, like Sourcery Codebench 2013.05, need -pthread to be added to the linker command line when linking pinentry-qt. Fixes: http://autobuild.buildroot.net/results/6be/6be109ccedec603a67cebdb31b55865dcce0e128/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
94423c8251
commit
23c48fd8b8
@ -39,6 +39,9 @@ endif
|
|||||||
|
|
||||||
# pinentry-qt4 backend
|
# pinentry-qt4 backend
|
||||||
ifeq ($(BR2_PACKAGE_PINENTRY_QT4),y)
|
ifeq ($(BR2_PACKAGE_PINENTRY_QT4),y)
|
||||||
|
# -pthread needs to be passed for certain toolchains
|
||||||
|
# http://autobuild.buildroot.net/results/6be/6be109ccedec603a67cebdb31b55865dcce0e128/
|
||||||
|
PINENTRY_CONF_OPT += LIBS=-pthread
|
||||||
PINENTRY_CONF_OPT += --enable-pinentry-qt4
|
PINENTRY_CONF_OPT += --enable-pinentry-qt4
|
||||||
PINENTRY_DEPENDENCIES += qt
|
PINENTRY_DEPENDENCIES += qt
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user