Alexander Pyhalov
2018-01-27 61ff4f91d0d2d905e3d4a39313c8dfd98aa707b0
cluster-glue: fix runpath
1 files modified
5 ■■■■ changed files
components/cluster/cluster-glue/Makefile 5 ●●●● patch | view | raw | blame | history
components/cluster/cluster-glue/Makefile
@@ -17,7 +17,7 @@
COMPONENT_NAME= cluster-glue
COMPONENT_VERSION= 1.0.12
COMPONENT_REVISION= 2
COMPONENT_REVISION= 3
COMPONENT_FMRI= application/cluster/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION= System/Services
COMPONENT_COMMIT= bdd95fd0f89f31b19fa46ffa0ea3f5022ebcd858
@@ -51,6 +51,9 @@
CONFIGURE_OPTIONS += --with-ocf-root=$(CONFIGURE_PREFIX)/lib/ocf
CONFIGURE_OPTIONS += --with-rundir=/var/run
CONFIGURE_OPTIONS += --enable-libnet
CONFIGURE_OPTIONS += --disable-rpath
CONFIGURE_ENV.64 += LT_SYS_LIBRARY_PATH="/lib/$(MACH64):/usr/lib/$(MACH64)"
COMPONENT_PREP_ACTION=(cd $(@D); $(ENV) $(CONFIGURE_ENV) $(CONFIG_SHELL) autogen.sh)