]> git.pld-linux.org Git - packages/opensm.git/commitdiff
- one more fix in link patch auto/th/opensm-3_3_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Apr 2011 18:33:58 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added skip_post_check_so workaround

Changed files:
    opensm-link.patch -> 1.2
    opensm.spec -> 1.4

opensm-link.patch
opensm.spec

index 7b49cb07fa77ee7277a51e1e760ea41d48cf9a99..8a848224b951d335187e04ce023e97f79e9dfac9 100644 (file)
@@ -9,3 +9,13 @@
  libosmvendor_la_LDFLAGS = -version-info $(osmvendor_api_version) \
        -export-dynamic $(libosmvendor_version_script)
  libosmvendor_la_DEPENDENCIES = $(srcdir)/libosmvendor.map
+--- opensm-3.3.9/opensm/Makefile.am.orig       2011-03-07 08:54:55.000000000 +0100
++++ opensm-3.3.9/opensm/Makefile.am    2011-04-20 20:23:55.123277689 +0200
+@@ -22,6 +22,7 @@
+ libopensm_la_SOURCES = osm_log.c osm_mad_pool.c osm_helper.c
+ libopensm_la_LDFLAGS = -version-info $(opensm_api_version) \
+       -export-dynamic $(libopensm_version_script)
++libopensm_la_LIBADD = $(top_builddir)/complib/libosmcomp.la
+ libopensm_la_DEPENDENCIES = $(srcdir)/libopensm.map
+ sbin_PROGRAMS = opensm
index 3a636c6bdea6e20593ca3f729b654ae5caf1721f..b0247473922ae92c17000eda02a8442255f0f80e 100644 (file)
@@ -18,6 +18,9 @@ BuildRequires:        libtool
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# these libs refer to symbols in each other
+%define                skip_post_check_so      libopensm\.so.* libosmvendor\.so.*
+
 %description
 libibmad provides low layer InfiniBand functions for use by the IB
 diagnostic and management programs. These include MAD, SA, SMP, and
This page took 0.087685 seconds and 4 git commands to generate.