]> git.pld-linux.org Git - packages/Mird.git/commitdiff
- set libmird.so.1 soname
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 1 May 2007 18:00:32 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mird-soname.patch -> 1.1

Mird-soname.patch [new file with mode: 0644]

diff --git a/Mird-soname.patch b/Mird-soname.patch
new file mode 100644 (file)
index 0000000..12cdd81
--- /dev/null
@@ -0,0 +1,11 @@
+--- Mird-1.0.7/src/Makefile.in.orig    2001-09-19 14:17:30.000000000 +0200
++++ Mird-1.0.7/src/Makefile.in 2007-05-01 19:53:28.271783291 +0200
+@@ -27,7 +27,7 @@
+       $(AR) cq libmird.a $(OBJS)
+ libmird.@SOVER@ : libmird.a $(OBJS)
+-      $(LD) $(OBJS) $(LDSHARED) -o libmird.@SOVER@ 
++      $(LD) $(OBJS) $(LDSHARED) -Wl,-soname=libmird.@SOVER@ -o libmird.@SOVER@ 
+ testsuite : testsuite.o libmird.@SOVER@
+       $(CC) $(CFLAGS) $(LDFLAGS) -L. -o testsuite testsuite.o -lmird
This page took 0.086526 seconds and 4 git commands to generate.