mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
build: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration failing to deal with git. https://bugzilla.gnome.org/show_bug.cgi?id=669207
This commit is contained in:
parent
c8ea9994aa
commit
31861969a9
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ then
|
|||
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
|
||||
# GNU gettext automake support doesn't get along with git.
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||
touch -t 200001010000 po/gstreamer-0.10.pot
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-failing-tests --enable-poisoning --enable-gtk-doc --enable-docbook'
|
||||
|
||||
|
|
Loading…
Reference in a new issue