Using system python "install --prefix= --root=..." gets resolved to "/local/bin" installation prefix. With self compiled python to "/bin". Without "--prefix=" system python uses "/usr/local/bin" and self compiled "/bin". With "--prefix=." system python uses "./bin" and self compiled, too.
Signed-off-by: Denis Osterland <denis.osterl...@diehl.com> --- rules/pre/Rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make index fbf5f1fad..88256060c 100644 --- a/rules/pre/Rules.make +++ b/rules/pre/Rules.make @@ -246,7 +246,7 @@ CROSS_QMAKE_OPT := \ $(if $(filter 0,$(PTXDIST_VERBOSE)),CONFIG+=silent) CROSS_PYTHON_INSTALL := install --prefix=/usr -HOST_PYTHON_INSTALL := install --prefix= +HOST_PYTHON_INSTALL := install --prefix=. CROSS_MESON_USR := \ --prefix /usr \ -- 2.20.1 Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ___________________________________________________________________________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de