- Export _th_*_tbl symbols too. They are accessed by some of the macros.

This commit is contained in:
besfahbo 2007-01-22 22:15:39 +00:00
parent c4d3f9f9bd
commit 964b5e8eab
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@
libthai_la_LDFLAGS = $(no_undefined) \ libthai_la_LDFLAGS = $(no_undefined) \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
+ -export-symbols-regex '^th_.*' + -export-symbols-regex '^th_.*|^_th_.*_tbl$$'
--- libthai-0.1.7/src/thbrk/Makefile.am.static-build 2006-10-14 02:38:56.000000000 -0400 --- libthai-0.1.7/src/thbrk/Makefile.am.static-build 2006-10-14 02:38:56.000000000 -0400
+++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-18 00:22:06.000000000 -0500 +++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-18 00:22:06.000000000 -0500

View File

@ -4,7 +4,7 @@
Summary: Thai language support routines Summary: Thai language support routines
Name: libthai Name: libthai
Version: 0.1.7 Version: 0.1.7
Release: 4%{?dist} Release: 5%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Jan 22 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-5
- Export _th_*_tbl symbols too. They are accessed by some of the macros.
* Tue Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-4 * Tue Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-4
- Patch libthai.pc.in to not require datrie. - Patch libthai.pc.in to not require datrie.