ccf3a393c7
Copy from home:a_jaeger:branches:openSUSE:Factory/ocfs2-tools via accept of submit request 37469 revision 3. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/37469 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=5
13 lines
471 B
Diff
13 lines
471 B
Diff
Index: o2image/Makefile
|
|
===================================================================
|
|
--- o2image/Makefile.orig
|
|
+++ o2image/Makefile
|
|
@@ -32,6 +32,6 @@ OBJS = $(subst .c,.o,$(CFILES))
|
|
DIST_FILES = $(CFILES) $(HFILES) o2image.8.in
|
|
|
|
o2image: $(OBJS) $(LIBOCFS2_DEPS)
|
|
- $(LINK) -static $(GLIB_LIBS) $(LIBOCFS2_LIBS) $(COM_ERR_LIBS) -lpthread
|
|
+ $(LINK) -static $(GLIB_LIBS) $(LIBOCFS2_LIBS) -Wl,-Bdynamic $(COM_ERR_LIBS) -lpthread
|
|
|
|
include $(TOPDIR)/Postamble.make
|