- Export _th_*_tbl symbols too. They are accessed by some of the macros.
This commit is contained in:
parent
c4d3f9f9bd
commit
964b5e8eab
@ -10,7 +10,7 @@
|
||||
libthai_la_LDFLAGS = $(no_undefined) \
|
||||
- -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 2007-01-18 00:22:06.000000000 -0500
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Thai language support routines
|
||||
Name: libthai
|
||||
Version: 0.1.7
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
|
||||
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- Patch libthai.pc.in to not require datrie.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user