Update buildroot to 2020.02.7 (#923)
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
committed by
Stefan Agner
parent
f9c29ef209
commit
e43d4cd632
@@ -11,12 +11,18 @@ case "$1" in
|
||||
--includedir)
|
||||
echo "$prefix/include"
|
||||
;;
|
||||
--includedir-server)
|
||||
echo "$prefix/include/postgresql/server"
|
||||
;;
|
||||
--libdir)
|
||||
echo "$prefix/lib"
|
||||
;;
|
||||
--version)
|
||||
echo "PostgreSQL @POSTGRESQL_VERSION@"
|
||||
;;
|
||||
--configure)
|
||||
echo "@POSTGRESQL_CONF_OPTIONS@"
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {--includedir|--libdir|--version}"
|
||||
echo "Usage: $0 {--includedir|--includedir-server|--libdir|--version|--configure}"
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user