diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-13 17:22:37 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-13 17:24:32 +0100 |
commit | 105aafa369364102ee240458ef9960228d582740 (patch) | |
tree | 6b57f3c0f966340b117c2c0d4c68096b18236aa0 /main/postgresql | |
parent | 6f0110c8c2d2033c404d76b7b8deb3fabc8a7427 (diff) | |
download | aports-105aafa369364102ee240458ef9960228d582740.tar.bz2 aports-105aafa369364102ee240458ef9960228d582740.tar.xz |
main/postgresql: disable rpath
Diffstat (limited to 'main/postgresql')
-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 |