Alexander Pyhalov
2018-01-27 ec7cf106564fb6f7d96caa3867132b115445dacb
corosync: fix runpath
1 files modified
5 ■■■■ changed files
components/cluster/corosync/Makefile 5 ●●●● patch | view | raw | blame | history
components/cluster/corosync/Makefile
@@ -19,7 +19,7 @@
COMPONENT_NAME= corosync
COMPONENT_VERSION= 2.4.2
COMPONENT_REVISION= 1
COMPONENT_REVISION= 2
COMPONENT_FMRI= application/cluster/$(COMPONENT_NAME)
COMPONENT_CLASSIFICATION= System/Services
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -56,8 +56,11 @@
CONFIGURE_OPTIONS += --enable-testagents
CONFIGURE_OPTIONS += --enable-augeas
CONFIGURE_OPTIONS += --enable-qdevices
CONFIGURE_OPTIONS += --disable-rpath
CONFIGURE_OPTIONS += --with-logdir=/var/log/hacluster
CONFIGURE_ENV.64 += LT_SYS_LIBRARY_PATH="/lib/$(MACH64):/usr/lib/$(MACH64)"
COMPONENT_POST_INSTALL_ACTION=( \
    $(RM) -r $(PROTO_DIR)/usr/share/corosync/examples; \
    $(MKDIR) $(PROTO_DIR)/usr/share/corosync/examples/conf; \