diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/postgresql/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index 8102f629b5..fe6270a527 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -51,6 +51,7 @@ build() { --with-libxml \ --with-openssl \ --with-uuid=e2fs \ + --disable-rpath \ || return 1 make world || return 1 |