summaryrefslogtreecommitdiffstats
path: root/package/python-requests/python-requests.hash
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-01 18:05:23 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-07 23:47:11 +0100
commitfa627bacc2eeffaba9f0287fa039864b2232d60c (patch)
treefb9c092e80f2fe9f30c77c0522a0dd1e0f7d0450 /package/python-requests/python-requests.hash
parentdc717ce33964b5b83dd6db543bcd04710cffffb6 (diff)
downloadbuildroot-fa627bacc2eeffaba9f0287fa039864b2232d60c.tar.gz
buildroot-fa627bacc2eeffaba9f0287fa039864b2232d60c.zip
package/alsa-lib: drop patch 0002-alsa-lib-provide-dummy-definitions-of-RTLD_-if-neces.patch
The description of this patch was no longer correct: it no longer provided dummy definitions of RTLD_* macros since commit ccad7db515fa79d2331e4e949aafb32eca0b5214 ("alsa-lib: bump to version 1.1.6"). All it did is make two <dlfcn.h> inclusions optional. However, this is no longer needed, since the alsa-lib code base contains four inclusions of <dlfcn.h>, which are all properly handled: - include/local.h, the include is guarded by #ifdef HAVE_LIBDL - modules/mixer/simple/sbasedl.c, modules are only built if BUILD_MODULES is enabled, and BUILD_MODULES is only enabled if HAVE_LIBDL is enabled - src/mixer/simple_abst.c, this file is only built if BUILD_MODULES is enabled, which itself is only enabled if HAVE_LIBDL is enabled - src/pcm/pcm_meter.c, this file is only built if BUILD_PCM_PLUGIN_METER is enabled, and this is not enabled if HAVE_LIBDL is not enabled. Conclusion: the patch can be dropped. The third patch is renumbered as appropriate. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-requests/python-requests.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud