diff --git a/files/pkgconf_host/bin/%[_target]-pkg-config b/files/pkgconf_host/bin/%[_target]-pkg-config index 28e59e3..8dfd760 100644 --- a/files/pkgconf_host/bin/%[_target]-pkg-config +++ b/files/pkgconf_host/bin/%[_target]-pkg-config @@ -4,5 +4,5 @@ if [ "${#}" -eq 1 ]\ && [ "x${1}" = "x--version" ]; then "${PREFIX}/bin/pkgconf" --version; else - "${PREFIX}/bin/pkgconf" --define-variable=prefix="${PREFIX%/}/native/" --keep-system-cflags "${@}"; + "${PREFIX}/bin/pkgconf" --define-prefix "${@}"; fi;