since uclibc version 0.9.32 comes with nptl support, packages requiring nptl support could now be used with uclibc >= v0.9.32 as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1badc2d0d0
commit
781fe8e454
@ -104,13 +104,13 @@ endef
|
|||||||
define Package/qt4-webkit
|
define Package/qt4-webkit
|
||||||
$(call Package/qt4/Default)
|
$(call Package/qt4/Default)
|
||||||
TITLE+=(webkit)
|
TITLE+=(webkit)
|
||||||
DEPENDS+=@USE_GLIBC||@USE_EGLIBC # until we do not have nptl-support within uclibc javascriptcore will fail to link against uclibc
|
DEPENDS+=@USE_GLIBC||@USE_EGLIBC||@UCLIBC_VERSION_0_9_32 # versions of uclibc prior 0.9.32 do not have nptl support
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/qt4-script
|
define Package/qt4-script
|
||||||
$(call Package/qt4/Default)
|
$(call Package/qt4/Default)
|
||||||
TITLE+=(script)
|
TITLE+=(script)
|
||||||
DEPENDS+=@USE_GLIBC||@USE_EGLIBC # until we do not have nptl-support within uclibc, javascriptcore will fail to link against uclibc
|
DEPENDS+=@USE_GLIBC||@USE_EGLIBC||@UCLIBC_VERSION_0_9_32 # versions of uclibc prior 0.9.32 do not have nptl support
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/qt4-scripttools
|
define Package/qt4-scripttools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user