master#1
Open
bokssssss wants to merge 68 commits into
Open
Conversation
this does not hurt glibc systems Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This should help seeking for errors with grep.
with == syntax configure fails on some shells (dash fish) ./configure: 17913: test: xyes: unexpected operator ./configure: 17921: test: x: unexpected operator ./configure: 17929: test: x: unexpected operator Detected OS: linux-gnu ./configure: 17946: test: x: unexpected operator ./configure: 17962: test: xno: unexpected operator checking for dlopen in -ldl... yes ./configure: 18036: test: xyes: unexpected operator checking for libpulse... yes checking for alsa... yes ./configure: 18251: test: xyes: unexpected operator ./configure: 18259: test: xyes: unexpected operator ./configure: 18275: test: xyes: unexpected operator checking for size_t... yes Downstream-bug: https://bugs.gentoo.org/729034 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
positive logic in the ifdefs.
This reverts commit 8a39026.
This reverts commit bac0807.
OpenBSD supports PulseAudio and OpenAL, but not ALSA. Either PulseAudio or ALSA are required for libtgvoip. Add missing OS macros to enable building with `LIBTGVOIP_DISABLE_PULSEAUDIO=ON` `LIBTGVOIP_DISABLE_ALSA=OFF` as tested on OpenBSD/amd64 7.2-current.
While here, use `#if defined()` rather than `#ifdef` like the rest of the code.
In some systems locales are messing with number serialization, so the serialize / deserialize breaks and calls don't work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
libtgvoip