diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 16:04:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 16:04:07 +0000 |
commit | d1f647a0105c54a4ce1e3c803ec7ee497a3672ef (patch) | |
tree | 1c8f9059d0d34b0074596f6b3c2da8dab84ec5d0 /festival-2.5.0-use-system-libs.patch | |
parent | 55b7cb5c23b49b9630cd3bc99893354cc8fb4866 (diff) |
automatic import of festivalopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'festival-2.5.0-use-system-libs.patch')
-rw-r--r-- | festival-2.5.0-use-system-libs.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/festival-2.5.0-use-system-libs.patch b/festival-2.5.0-use-system-libs.patch new file mode 100644 index 0000000..0bd929d --- /dev/null +++ b/festival-2.5.0-use-system-libs.patch @@ -0,0 +1,16 @@ +diff -u --recursive festival-vanilla/config/project.mak festival/config/project.mak +--- festival-vanilla/config/project.mak 2017-12-25 10:05:54.000000000 -0500 ++++ festival/config/project.mak 2018-08-29 21:30:11.714031729 -0400 +@@ -86,9 +86,9 @@ + # Libraries used from other projects + + REQUIRED_LIBRARIES = estools estbase eststring +-REQUIRED_LIBRARY_DIR_estools = $(EST)/lib +-REQUIRED_LIBRARY_DIR_estbase = $(EST)/lib +-REQUIRED_LIBRARY_DIR_eststring = $(EST)/lib ++REQUIRED_LIBRARY_DIR_estools = $(LIBDIR) ++REQUIRED_LIBRARY_DIR_estbase = $(LIBDIR) ++REQUIRED_LIBRARY_DIR_eststring = $(LIBDIR) + + REQUIRED_MAKE_INCLUDE = $(EST)/make.include + |