|
@@ -5,7 +5,7 @@ config BR2_PACKAGE_GDAL
|
|
|
# configure can't find proj, when linking statically
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11, proj
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # proj
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # proj
|
|
|
depends on BR2_USE_WCHAR # proj
|
|
|
select BR2_PACKAGE_GIFLIB
|
|
|
select BR2_PACKAGE_JPEG
|
|
@@ -25,8 +25,8 @@ config BR2_PACKAGE_GDAL
|
|
|
|
|
|
https://gdal.org/
|
|
|
|
|
|
-comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, threads, wchar"
|
|
|
+comment "gdal needs a toolchain w/ C++, dynamic library, gcc >= 4.7, NPTL, wchar"
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
|
|
|
- !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR
|