[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#942795: Acknowledgement (libsoxr: Building with "nocheck" results in a broken soxr.pc pkg-config file)



Hi!

Okay, this is actually caused by passing "-DBUILD_EXAMPLES=1" to cmake.

I have not been able to find out what the problem is - it's an upstream
bug - but in Debian it can easily be fixed by removing the following
paragraph from debian/rules which turns out not to be necessary:

ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
CONFIGURE_FLAGS += -DBUILD_TESTS=0 -DBUILD_EXAMPLES=1
endif

With the paragraph removed, "nocheck" still works as expected and building
with "nocheck" no longer results in a broken soxr.pc.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: