]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- libtools static builds
authorczarny <czarny@pld-linux.org>
Tue, 20 Feb 2007 21:19:43 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-pango-static.patch -> 1.1

crossmingw32-pango-static.patch [new file with mode: 0644]

diff --git a/crossmingw32-pango-static.patch b/crossmingw32-pango-static.patch
new file mode 100644 (file)
index 0000000..a8a3dfc
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN pango-1.14.10/configure.in pango-1.14.10.new/configure.in
+--- pango-1.14.10/configure.in 2007-01-29 22:17:39.000000000 +0100
++++ pango-1.14.10.new/configure.in     2007-02-20 22:03:56.914555570 +0100
+@@ -634,17 +634,17 @@
+ # Note that -module isn't included here since automake needs to see it to know
+ # that something like pango-arabic-fc.la is a valid libtool archive
+ #
+-LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO"
++LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO -static"
+ MODULE_LIBTOOL_OPTIONS="-export-dynamic -avoid-version"
+ if test "$pango_os_win32" = yes; then
+     # We currently use .def files on Windows
+     true
+-    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined"
++    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined -static"
+     MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS -no-undefined"
+ else
+     # libtool option to control which symbols are exported
+     # right now, symbols starting with '_' are not exported
+-    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.*"'
++    LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS "'-export-symbols-regex "^pango_.* -static"'
+     MODULE_LIBTOOL_OPTIONS="$MODULE_LIBTOOL_OPTIONS "'-export-symbols-regex "^script_engine_.*"'
+ fi
+ AC_SUBST(LIBRARY_LIBTOOL_OPTIONS)
This page took 0.205912 seconds and 4 git commands to generate.