summaryrefslogtreecommitdiff
path: root/homebrew/virtualpg/.make.sh-auto
blob: 05ae64d8ca926f94a9d85511c2b868e1b967e541 (plain)
1
2
3
4
pkg:setup
inreplace "configure", "shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'", "shrext_cmds='.dylib'"
pkg:configure --enable-shared=yes --disable-dependency-tracking --with-pgconfig=#{Formula[postgresql"].opt_bin}/pg_config"
make DESTDIR=${PKG_DEST} install