~ubuntu-branches/ubuntu/saucy/oss4/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/sharedlib.patch

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis, Sebastien NOEL, Romain Beauxis
  • Date: 2009-12-07 14:52:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207145221-m3r22hd96iu6xce3
Tags: 4.2-build2002-1
[ Sebastien NOEL ]
* New upstream release.
  - drop patches/sharedlib.patch
* #491551 was fixed a long time ago, remove duplicate modprobe.d rules
  (Closes: #558407).

[ Romain Beauxis ]
* Added DKMS modules.
* Do not execute oss4-base init.d script
  if the package is not installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: /oss-build/setup/srcconf.c
2
 
===================================================================
3
 
--- oss-build/setup/srcconf.c   2009-11-26 23:44:46.000000000 -0600
4
 
+++ oss-build/setup/srcconf.c   2009-11-26 23:44:48.000000000 -0600
5
 
@@ -1181,7 +1181,7 @@
6
 
 
7
 
       fprintf (f, "$(LIBDIR)/%s.so:\t$(OBJECTS)\n", name);
8
 
       fprintf (f,
9
 
-              "\t$(LD) $(LDFLAGS) %s -o $(LIBDIR)/%s.so $(OBJECTS)\n",
10
 
+              "\t$(CC) $(LDFLAGS) %s -o $(LIBDIR)/%s.so $(OBJECTS)\n",
11
 
               shlib_ldflags, name);
12
 
       fprintf (f, "\n\n");
13
 
     }