diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
commit | 8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch) | |
tree | 9056f551fb856c07da87b53e0c04c756f58eb36b /package/corosync/Makefile | |
parent | 20341b4098547b4f1f8e80103d2d7e72069f731c (diff) |
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/corosync/Makefile')
-rw-r--r-- | package/corosync/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/package/corosync/Makefile b/package/corosync/Makefile deleted file mode 100644 index efb99a11a..000000000 --- a/package/corosync/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= corosync -PKG_VERSION:= 2.3.0 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 4689279c36b1417e122a23c6818017dd -PKG_DESCR:= Cluster Engine -PKG_SECTION:= ha -PKG_BUILDDEP:= libqb nss -PKG_DEPENDS:= cluster-glue libqb nss -PKG_URL:= http://www.corosync.org/ -PKG_SITES:= http://corosync.org/download/ - -PKG_CFLINE_COROSYNC:= select ADK_KERNEL_IP_MULTICAST -PKG_LIBC_DEPENDS:= glibc musl -PKG_ARCH_DEPENDS:= x86 x86_64 - -include $(TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,COROSYNC,corosync,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -XAKE_FLAGS+= GCC_HONOUR_COPTS=s -TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/nss \ - -I$(STAGING_TARGET_DIR)/usr/include/nspr -TARGET_LDFLAGS+= -lssl3 -lsmime3 -lnss3 -lnssutil3 -CONFIGURE_ENV+= ac_cv_func_fnmatch_works=yes - -corosync-install: - $(INSTALL_DIR) $(IDIR_COROSYNC)/etc/corosync - $(CP) ./files/corosync.conf $(IDIR_COROSYNC)/etc/corosync - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/lib - $(CP) $(WRKINST)/usr/lib/lib*.so* \ - $(IDIR_COROSYNC)/usr/lib - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/sbin - $(CP) $(WRKINST)/usr/sbin/* \ - $(IDIR_COROSYNC)/usr/sbin - $(INSTALL_DIR) $(IDIR_COROSYNC)/usr/bin - $(CP) $(WRKINST)/usr/bin/* \ - $(IDIR_COROSYNC)/usr/bin - -include ${TOPDIR}/mk/pkg-bottom.mk |