forked from pool/ocfs2-tools
73ccbbfd94
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=2d9cf140aea42aa6f0602f8c26f3a828
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
|