Changeset 21873
- Timestamp:
- 2010-06-22T12:04:20+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/Xorg/lib/qt4/Makefile
r21480 r21873 105 105 $(call Package/qt4/Default) 106 106 TITLE+=(webkit) 107 DEPENDS+=@USE_GLIBC||@USE_EGLIBC # until we do not have nptl-support within uclibc javascriptcore will fail to link against uclibc107 DEPENDS+=@USE_GLIBC||@USE_EGLIBC||@UCLIBC_VERSION_0_9_32 # versions of uclibc prior 0.9.32 do not have nptl support 108 108 endef 109 109 … … 111 111 $(call Package/qt4/Default) 112 112 TITLE+=(script) 113 DEPENDS+=@USE_GLIBC||@USE_EGLIBC # until we do not have nptl-support within uclibc, javascriptcore will fail to link against uclibc113 DEPENDS+=@USE_GLIBC||@USE_EGLIBC||@UCLIBC_VERSION_0_9_32 # versions of uclibc prior 0.9.32 do not have nptl support 114 114 endef 115 115
Note: See TracChangeset
for help on using the changeset viewer.