~ubuntu-branches/ubuntu/quantal/pcre-ocaml/quantal

« back to all changes in this revision

Viewing changes to debian/patches/fpic.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli, Stéphane Glondu, Stefano Zacchiroli
  • Date: 2010-04-08 21:50:07 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100408215007-34b061wqlkmneyvy
Tags: 6.0.1-3
[ Stéphane Glondu ]
* Fix generation of documentation by dh_ocamldoc (Closes: #570717)

[ Stefano Zacchiroli ]
* Bump Standards-Version to 3.8.4 (no changes)
* debian/source/format: set source format to 3.0 (quilt)
* switch patch management from dpatch to quilt
* debian/patches: remove unused meta.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## fpic.dpatch by Stefano Zacchiroli <zack@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: build shared objects as PIC objects
6
 
 
7
 
@DPATCH@
8
 
diff -urNad --exclude=CVS --exclude=.svn ./OCamlMakefile /tmp/dpep-work.483SSF/trunk/OCamlMakefile
9
 
--- ./OCamlMakefile     2005-06-09 01:42:12.000000000 +0200
10
 
+++ /tmp/dpep-work.483SSF/trunk/OCamlMakefile   2005-07-31 22:00:28.000000000 +0200
11
 
@@ -1011,6 +1011,7 @@
12
 
 
13
 
 .c.$(EXT_OBJ):
14
 
                        $(OCAMLC) -c -cc "$(CC)" -ccopt "$(CFLAGS) \
15
 
+                               -fPIC \
16
 
                                $(CPPFLAGS) $(CPPFLAGS_WIN32) \
17
 
                                $(CFLAGS_WIN32) $(CINCFLAGS) $(CFLAG_O)$@ " $< 
18