projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3914ec
)
Add --with-perl, --with-tcl to be able to process PL translations.
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 20 Feb 2009 10:13:03 +0000
(10:13 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 20 Feb 2009 10:13:03 +0000
(10:13 +0000)
(--with-python has problems on FreeBSD.)
wwwtools/update-nls-www
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/update-nls-www
b/wwwtools/update-nls-www
index 0986f52a0c080de4c0af8a73ba0dad29545c1e90..1597adeb774a4ab16d68effd2b7cc17b1c847b85 100755
(executable)
--- a/
wwwtools/update-nls-www
+++ b/
wwwtools/update-nls-www
@@
-52,7
+52,8
@@
for branch in $active_branches; do
rm -f "$tmp"
pushd $PGSRC
- ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib
+ ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib \
+ --with-perl --with-tcl
popd
# remove old data in case it contained garbage