~ubuntu-branches/ubuntu/intrepid/poppler/intrepid-security

« back to all changes in this revision

Viewing changes to debian/patches/006_pthreads_ldflags.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-04 10:36:25 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904103625-pov79pxaif6r0t2r
Tags: 0.6-0ubuntu1
* New upstream version:
  - CairoOutputDev fixes
  - Allow pdftoppm to read/write from stdin/stdout
  - API work on Qt4 frontend
  - Fix pdfimages produces inverted image for black & white image
  - Fix error on the NFKC text matching routine
  - Add support for word and line selections
  - Do not enforce %%EOF at the end of file
  - Pad zeroes instead of aborting when rendering 1-bit images
    and the stream is too short
  - Update glib bindings documentation
* debian/control, debian/libpoppler2.install, debian/libpoppler-glib2.install,
  debian/libpoppler-qt2.install, debian/libpoppler-qt4-2.install, 
  debian/rules:
  - updated for soname change
* debian/libpoppler-glib-dev.install:
  - install new test-poppler-glib
* debian/patches/006_pthreads_ldflags.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        $(FONTCONFIG_LIBS)                      \
6
6
        $(win32_libs)
7
7
 
8
 
-libpoppler_la_LDFLAGS = -version-info 1:0:0 @create_shared_lib@
9
 
+libpoppler_la_LDFLAGS = -version-info 1:0:0 @create_shared_lib@ -lpthread
 
8
-libpoppler_la_LDFLAGS = -version-info 2:0:0 @create_shared_lib@
 
9
+libpoppler_la_LDFLAGS = -version-info 2:0:0 @create_shared_lib@ -lpthread
10
10
 
11
11
 if ENABLE_XPDF_HEADERS
12
12
 
17
17
        $(FONTCONFIG_LIBS)                      \
18
18
        $(win32_libs)
19
19
 
20
 
-libpoppler_la_LDFLAGS = -version-info 1:0:0 @create_shared_lib@
21
 
+libpoppler_la_LDFLAGS = -version-info 1:0:0 @create_shared_lib@ -lpthread
 
20
-libpoppler_la_LDFLAGS = -version-info 2:0:0 @create_shared_lib@
 
21
+libpoppler_la_LDFLAGS = -version-info 2:0:0 @create_shared_lib@ -lpthread
22
22
 @ENABLE_XPDF_HEADERS_TRUE@poppler_includedir = $(includedir)/poppler
23
23
 @ENABLE_XPDF_HEADERS_TRUE@poppler_include_HEADERS = \
24
24
 @ENABLE_XPDF_HEADERS_TRUE@     $(splash_headers)       \