diff options
Diffstat (limited to 'community/dnscrypt-proxy/APKBUILD')
-rw-r--r-- | community/dnscrypt-proxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dnscrypt-proxy/APKBUILD b/community/dnscrypt-proxy/APKBUILD index 42acb33ff8..d6cbf8e8f9 100644 --- a/community/dnscrypt-proxy/APKBUILD +++ b/community/dnscrypt-proxy/APKBUILD @@ -29,7 +29,7 @@ build() { CFLAGS="$CFLAGS -fPIC" ./configure \ --build=$CBUILD \ --host=$CHOST \ - --prefix=/usr + --prefix=/usr make } |