1c110d7956
The regular expression that drops the -I flag from the output of pkg-config --cflags-only-I doesn't work properly as it is too naive: it breaks a path if it contains -I: $ echo "-I/usr/Some-Install-Location/include" | sed 's/-I//g' /usr/Somenstall-Location/include $ echo "-I/usr/Some-Install-Location/include" | sed -re 's/(^|\s)-I\s*(\S+)/\1\2/g' /usr/Some-Install-Location/include Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> [Thomas: improved commit log.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch | ||
0002-auto-feature-add-mechanism-allowing-to-force-feature.patch | ||
0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | ||
0004-auto-lib-libxslt-conf-use-pkg-config.patch | ||
0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch | ||
0006-auto-lib-openssl-conf-use-pkg-config.patch | ||
0007-auto-lib-libgd-conf-use-pkg-config.patch | ||
0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch | ||
0009-auto-lib-conf-fix-PCRE-condition-WRT-the-http-and-ht.patch | ||
Config.in | ||
nginx.hash | ||
nginx.logrotate | ||
nginx.mk | ||
nginx.service | ||
S50nginx |