pgAdmin 4 commit: Disable RPATH checking, as it will fail with some of

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Disable RPATH checking, as it will fail with some of
Date: 2022-03-01 13:55:02
Message-ID: E1nP2xy-0007PO-6p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Disable RPATH checking, as it will fail with some of the paths in the Python virtualenv, in particular Pillow.libs.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8df93540434694e88dd9f62c926b75fe54f8f20

Modified Files
--------------
pkg/redhat/build.sh | 4 ++++
1 file changed, 4 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2022-03-02 04:19:23 [pgAdmin][RM7202] Update requirements for Flask-Security-Too
Previous Message Aditya Toshniwal 2022-03-01 07:20:07 Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC: