Skip to content
Commit c7f9a029 authored by Heiko Becker's avatar Heiko Becker 🏃
Browse files

Define _BSD_SOURCE for strdup and timerclear

Summary:
strdup is an extention to the C standard, timerclear originates from
the BSDs. GNU libc exposes both by default but musl libc requires a
feature flag to get them defined and thus fix libkcompactdisc's
build.

Test Plan: Builds fine with glibc and musl libcs.

Differential Revision: https://phabricator.kde.org/D19615
parent ff7d456b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment