[med-svn] r11120 - trunk/packages/dcmtk/trunk/debian/patches
Mathieu Malaterre
malat at alioth.debian.org
Thu May 31 08:11:34 UTC 2012
Author: malat
Date: 2012-05-31 08:11:33 +0000 (Thu, 31 May 2012)
New Revision: 11120
Added:
trunk/packages/dcmtk/trunk/debian/patches/underlink.patch
Modified:
trunk/packages/dcmtk/trunk/debian/patches/series
Log:
Dispatch whether we build shared or exe
Modified: trunk/packages/dcmtk/trunk/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/series 2012-05-31 07:48:05 UTC (rev 11119)
+++ trunk/packages/dcmtk/trunk/debian/patches/series 2012-05-31 08:11:33 UTC (rev 11120)
@@ -10,3 +10,4 @@
regression_stacksequenceisodd.patch
removecharls.patch
bug674361.patch
+underlink.patch
Added: trunk/packages/dcmtk/trunk/debian/patches/underlink.patch
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/underlink.patch (rev 0)
+++ trunk/packages/dcmtk/trunk/debian/patches/underlink.patch 2012-05-31 08:11:33 UTC (rev 11120)
@@ -0,0 +1,32 @@
+Index: dcmtk-3.6.0/dcmsign/libsrc/Makefile.in
+===================================================================
+--- dcmtk-3.6.0.orig/dcmsign/libsrc/Makefile.in 2012-05-29 22:22:52.000000000 +0200
++++ dcmtk-3.6.0/dcmsign/libsrc/Makefile.in 2012-05-29 22:23:25.000000000 +0200
+@@ -34,7 +34,11 @@
+
+
+ $(library): $(objs)
++ifeq ($(AR),ar)
+ $(AR) $(ARFLAGS) $@ $(objs)
++else
++ $(AR) $(ARFLAGS) $@ $(objs) $(OPENSSLLIBS)
++endif
+ $(RANLIB) $@
+
+
+Index: dcmtk-3.6.0/ofstd/libsrc/Makefile.in
+===================================================================
+--- dcmtk-3.6.0.orig/ofstd/libsrc/Makefile.in 2012-05-29 19:55:25.000000000 +0200
++++ dcmtk-3.6.0/ofstd/libsrc/Makefile.in 2012-05-29 19:58:39.000000000 +0200
+@@ -29,7 +29,11 @@
+
+
+ $(library): $(objs)
++ifeq ($(AR),ar)
+ $(AR) $(ARFLAGS) $@ $(objs)
++else
++ $(AR) $(ARFLAGS) $@ $(objs) $(LIBS)
++endif
+ $(RANLIB) $@
+
+
More information about the debian-med-commit
mailing list