File tree 2 files changed +1
-25
lines changed
2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ openssl_version="${OPENSSL_VERSION}"
15
15
# last release: https://kerberos.org/dist/
16
16
krb5_version=" 1.21.3"
17
17
18
- # last release: https://www.gnu.org/software/gettext/
19
- gettext_version=" 0.22.5"
20
-
21
18
# last release: https://openldap.org/software/download/
22
19
ldap_version=" 2.6.8"
23
20
@@ -153,27 +150,6 @@ if [ "$ID" == "macos" ]; then
153
150
fi
154
151
155
152
156
- if [ " $ID " == " macos" ]; then
157
-
158
- # Build gettext if needed
159
- gettext_dir=" gettext-${gettext_version} "
160
- if [ ! -d " ${gettext_dir} " ]; then
161
- curl -sL " https://ftp.gnu.org/pub/gnu/gettext/gettext-${gettext_version} .tar.gz" \
162
- | tar xzf -
163
-
164
- pushd " ${gettext_dir} "
165
- ./configure --disable-java " ${make_configure_standard_flags[@]} "
166
- make -C gettext-runtime all
167
- else
168
- pushd " ${gettext_dir} "
169
- fi
170
-
171
- make -C gettext-runtime install
172
- popd
173
-
174
- fi
175
-
176
-
177
153
if [ " $ID " == " centos" ] || [ " $ID " == " macos" ]; then
178
154
179
155
# Build libsasl2 if needed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ prjdir="$( cd "${dir}/../.." && pwd )"
15
15
" ${prjdir} /scripts/build/build_libpq.sh"
16
16
17
17
# Show dependency tree
18
- # otool -L /tmp/libpq.build/lib/*.dylib
18
+ otool -L /tmp/libpq.build/lib/* .dylib
19
19
20
20
brew install gnu-sed postgresql@${PG_VERSION}
21
21
brew link --overwrite postgresql@${PG_VERSION}
You can’t perform that action at this time.
0 commit comments