> -SELFTEST = $(PERL) $(srcdir)/selftest/selftest.pl
> --prefix=${selftest_prefix} \
> +SELFTEST = $(LIB_PATH_VAR)=$(builddir)/bin/shared $(PERL)
> $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
> --builddir=$(builddir) --srcdir=$(srcdir) \
> --expected-failures=$(srcdir)/samba4-knownfail \
> --exclude=$(srcdir)/samba4-skip --testlist="./selftest/samba4_tests.sh|"
> \
Shouldn't we only prepend the path to the possible existing list of pathes?
> -if (defined($ENV{PKG_CONFIG_PATH})) {
> - $ENV{PKG_CONFIG_PATH} = "$old_pwd/bin/pkgconfig:$ENV{PKG_CONFIG_PATH}";
> -} else {
> - $ENV{PKG_CONFIG_PATH} = "$old_pwd/bin/pkgconfig";
> -}
Why have you removed the pkgconfig stuff?
metze
signature.asc
Description: OpenPGP digital signature
