diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-05 18:01:58 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-05 18:01:58 +0000 |
commit | 783623386d8bc01af6f558968efc2ad66b24d1b5 (patch) | |
tree | 39cf4077937cad7a44d33b24f271341eb4f89fc9 /dev-libs/openobex/files | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-783623386d8bc01af6f558968efc2ad66b24d1b5.tar.gz gentoo-2-783623386d8bc01af6f558968efc2ad66b24d1b5.tar.bz2 gentoo-2-783623386d8bc01af6f558968efc2ad66b24d1b5.zip |
Missing options to link the shared object. works now with multisync.
Diffstat (limited to 'dev-libs/openobex/files')
-rw-r--r-- | dev-libs/openobex/files/openobex-1.0.1-shared-object.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/openobex/files/openobex-1.0.1-shared-object.patch b/dev-libs/openobex/files/openobex-1.0.1-shared-object.patch index 9b909489b858..b5e23410083c 100644 --- a/dev-libs/openobex/files/openobex-1.0.1-shared-object.patch +++ b/dev-libs/openobex/files/openobex-1.0.1-shared-object.patch @@ -48,7 +48,7 @@ $(LINK) -rpath $(libdir) $(libopenobex_la_LDFLAGS) $(libopenobex_la_OBJECTS) $(libopenobex_la_LIBADD) $(LIBS) +libopenobex.so: -+ $(LINK) -rpath $(libdir) -shared $(libopenobex_la_LDFLAGS) shared/*.o ++ $(LINK) -rpath $(libdir) -shared -Wl,-shared,-soname,libopenobex.so -o libopenobex.so $(libopenobex_la_LDFLAGS) shared/*.o + install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) |