xmail: use uclibc++.mk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32375 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8c1ded461f
commit
7a0ee19238
@ -15,12 +15,13 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.xmailserver.org/
|
||||
PKG_MD5SUM:=26d35c2fc104d79ebb6397c7dece5b15
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/xmail
|
||||
SECTION:=mail
|
||||
CATEGORY:=Mail
|
||||
DEPENDS:=+uclibcxx +libopenssl +libpthread
|
||||
DEPENDS:=+libopenssl +libpthread $(CXX_DEPENDS)
|
||||
TITLE:=advanced, fast and reliable ESMTP/POP3 mail server
|
||||
URL:=http://www.xmailserver.org/
|
||||
endef
|
||||
@ -35,9 +36,7 @@ define Build/Compile
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) -f Makefile.lnx \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
LD="\$$$$(CC)" \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -nodefaultlibs -lc -lcrypto -lssl -luClibc++ -ldl -lm -lpthread $(LIBGCC_S)" \
|
||||
LD="$(TARGET_CXX)" \
|
||||
all
|
||||
tar -cjf $(PKG_BUILD_DIR)/MailRoot.tar.bz2 -C $(PKG_BUILD_DIR)/MailRoot --exclude bin .
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user