| Submitter | Simon Dawson |
|---|---|
| Date | July 24, 2012, 12:34 p.m. |
| Message ID | <1343133272-3099-1-git-send-email-spdawson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/172869/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 18e21e5..db6bec2 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -31,6 +31,10 @@ config BR2_PACKAGE_GPSD_OLDSTYLE config BR2_PACKAGE_GPSD_PROFILING bool "profiling support" + depends on !BR2_TOOLCHAIN_BUILDROOT && !BR2_TOOLCHAIN_CTNG_uClibc && !BR2_TOOLCHAIN_EXTERNAL_UCLIBC + +comment "profiling support not available with uClibc-based toolchain" + depends on BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_CTNG_uClibc || BR2_TOOLCHAIN_EXTERNAL_UCLIBC config BR2_PACKAGE_GPSD_NTP_SHM bool "NTP time hinting support"