Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure scripts need to be runnable with a POSIX-compliant /bin/sh. On many (but not all!) systems, /bin/sh is provided by Bash, so errors like this aren't spotted. Notably Debian defaults to /bin/sh provided by dash which doesn't tolerate such bashisms as '+='. This retains compatibility with bash. ``` * QA Notice: command not found: * * /var/tmp/portage/media-libs/libsndfile-1.2.2-r2/work/libsndfile-1.2.2/configure: 25166: common_cflags+= -Wno-format-truncation: not found * /var/tmp/portage/media-libs/libsndfile-1.2.2-r2/work/libsndfile-1.2.2/configure: 25173: common_cxxflags+= -Wno-format-truncation: not found ``` Signed-off-by: Sam James <sam@gentoo.org>
- Loading branch information