mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix case syntax for freebsd template.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
CFLAGS='-pipe'
|
CFLAGS='-pipe'
|
||||||
|
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
alpha*) CFLAGS="$CFLAGS -O";;
|
alpha*) CFLAGS="$CFLAGS -O"
|
||||||
GCC_CXXFLAGS="-O"
|
GCC_CXXFLAGS="-O";;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user