]> git.pld-linux.org Git - packages/crossmingw32-pango.git/blame - crossmingw32-pango-static.patch
- proper shared + static build
[packages/crossmingw32-pango.git] / crossmingw32-pango-static.patch
CommitLineData
cdd25e68 1diff -urN pango-1.14.10/configure.in pango-1.14.10.new/configure.in
2--- pango-1.14.10/configure.in 2007-01-29 22:17:39.000000000 +0100
3+++ pango-1.14.10.new/configure.in 2007-02-20 22:03:56.914555570 +0100
4@@ -634,17 +634,17 @@
5 # Note that -module isn't included here since automake needs to see it to know
6 # that something like pango-arabic-fc.la is a valid libtool archive
7 #
8-LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO"
9+LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO -static"
10 MODULE_LIBTOOL_OPTIONS="-export-dynamic -avoid-version"
11 if test "$pango_os_win32" = yes; then
12 # We currently use .def files on Windows
13 true
14- LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined"
15+ LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined -static"
16 MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS -no-undefined"
17 else
18 # libtool option to control which symbols are exported
19 # right now, symbols starting with '_' are not exported
20- LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.*"'
21+ LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.* -static"'
22 MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS "'-export-symbols-regex "^script_engine_.*"'
23 fi
24 AC_SUBST(LIBRARY_LIBTOOL_OPTIONS)
This page took 0.127238 seconds and 4 git commands to generate.