diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:27 +0000 |
commit | 98166ce908013453d6e2fb78596d458e91b5d622 (patch) | |
tree | 1c8f9059d0d34b0074596f6b3c2da8dab84ec5d0 /festival-2.5.0-use-system-libs.patch | |
parent | 9827d1a457cdc959b061aecda47753a5d38455bf (diff) |
automatic import of festivalopeneuler24.03_LTS
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 + |