dahdi-tools: use default Build/Compile template
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 29 Dec 2018 10:36:51 +0000 (11:36 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 29 Dec 2018 10:36:53 +0000 (11:36 +0100)
commitaad0887281db4946f6498b9a4df9f7b437d5e8f4
tree4311e08d19f32886ad65e2af95ac238b89e581ad
parent2f77859b3b3f4911612470c20e7ce34530dd744e
dahdi-tools: use default Build/Compile template

Add two patches to fix general compile issues. The first masks out some
glibc specific extensions if using a different libc.

The second fixes a compile issue with newer compilers.

Like this it's possible to easily add more executables to the packages
should the need (or wish) arise. This also gets rid of the following
warnings:

cc1: note: someone does not honour COPTS correctly, passed 2 times

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/dahdi-tools/Makefile
libs/dahdi-tools/patches/010-fix-non-glibc-builds.patch [new file with mode: 0644]
libs/dahdi-tools/patches/020-fix-undefined-reference-to-get_ver.patch [new file with mode: 0644]