Control: tag -1 + pending 29.05.2018 15:58, Rafael Tinoco wrote: > Changing debian/control-in: ... > # --enable-seccomp linux-amd64|linux-i386|linux-ppc64el|linux-arm64 > libseccomp-dev (>= 2.3.0) [linux-amd64 linux-i386 linux-ppc64el linux-arm64], > > so debian/control gets: > > # --enable-seccomp linux-amd64|linux-i386|linux-ppc64el|linux-arm64 > libseccomp-dev (>= 2.3.0) [linux-amd64 linux-i386 linux-ppc64el linux-arm64], > > and adding "--enable-seccomp" into debian/rules:
This one is wrong, --enable-seccomp is taken from d/control, adding it directly to d/rules will break build on architectures not amd64|i386|ppc64el|arm64. [] > Please, Let me know if a patch is needed or this is enough. Neither patch nor this change is needed. I've enabled seccomp on all linux architectures, the bug will be fixed on next upload. Marking this bug as pending. /mjt

