diff options
Diffstat (limited to 'community/pgbouncer/APKBUILD')
-rw-r--r-- | community/pgbouncer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pgbouncer/APKBUILD b/community/pgbouncer/APKBUILD index b1c81c182f..85f3bffa00 100644 --- a/community/pgbouncer/APKBUILD +++ b/community/pgbouncer/APKBUILD @@ -26,7 +26,7 @@ build() { ./configure \ --prefix=/usr \ - --disable-debug + --disable-debug make } |