[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#347439: no SONAME on libpwc.so



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Luc,

I notice that your libpwc hasn't soname... and I think this patch will fix it. I want to package
this library for Debian, what are your plans about it?

Thanks

diff -ruN libpwc-20060106/Makefile libpwc-20060106.new/Makefile
- --- libpwc-20060106/Makefile    2006-01-07 01:32:53.000000000 +0100
+++ libpwc-20060106.new/Makefile        2006-01-20 18:48:29.000000000 +0100
@@ -19,10 +19,10 @@
        $(AR) rc $@ $(OBJECTS)
        ranlib $@

- -libpwc.so: $(SOURCES)
+libpwc.so.0.0.1: $(SOURCES)
        $(RM) $(OBJECTS)
        $(CC) -c $(CFLAGS_DYNAMIC) $(SOURCES)
- -       $(CC) -shared -o $@ $(OBJECTS)
+       $(CC) -shared -Wl,-soname,libpwc.so.0 -o $@ $(OBJECTS)

 clean:
        $(RM) $(OBJECTS)

- --
Victor Seva
linuxmaniac@torreviejawireless.org
http://www.torreviejawireless.org
http://linuxmaniac.homeip.net
jabber: linuxmaniac@jabber.torreviejawireless.org
PGP Key ID: 0xDD12F253
Socio numero 78 de ANURI
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD0SQOS/DSSd0S8lMRAhyQAKCv40gS5b20yiyXLPQLVWIra7a+qQCggIaX
LXGLgdMWh3dHji7rdQAPwG4=
=fV3T
-----END PGP SIGNATURE-----



Reply to: