Source: redisearch
Version: 0.21.3-4
Severity: important
Tags: upstream
Justification: fails to build from source
User: [email protected]

Builds of redisearch for hurd-i386 and kfreebsd-* (admittedly not
release architectures) have been failing:

  cc: error: unrecognized command line option '-mmacosx-version-min=10.6'

Upstream's src/Makefile evidently considers Linux to be a special case
and macOS to be more standard(!).  Please try tweaking it (and
anything else that uses such logic) to substitute

  ifneq ($(uname_S),Darwin)

for

  ifeq ($(uname_S),Linux)

since the "Linux" settings look like they should work pretty much
anywhere with a GNU toolchain (modulo possible formal name differences
for -lpthread, which shouldn't be an issue within Debian).

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

Reply via email to