~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to debian/patches/resolve_gmidas_syms.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Ole Streicher <debian@liska.ath.cx>
 
2
Description: Link the midas lib to libgmidas to resolve its symbols
 
3
--- a/lib/makefile
 
4
+++ b/lib/makefile
 
5
@@ -82,7 +82,7 @@
 
6
        $(AR) $(AR_OPT) $(LIBGMIDAS) *.o
 
7
        rm -f __*
 
8
        $(RANLIB) $(LIBGMIDAS)
 
9
-       $(SH_CMD) -o $(LIBGMIDAS_SH) *.o $(DEV_NULL)
 
10
+       $(SH_CMD) -o $(LIBGMIDAS_SH) *.o -lmidas $(DEV_NULL)
 
11
        rm -f *.o
 
12
 
 
13
 clean: