ssmtp: some more cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8556 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4dd3ba4602
commit
70a3473733
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -16,11 +16,6 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
|
|||||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/s/ssmtp/
|
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/s/ssmtp/
|
||||||
PKG_MD5SUM:=957e6fff08625fe34f4fc33d0925bbc9
|
PKG_MD5SUM:=957e6fff08625fe34f4fc33d0925bbc9
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
EXTRA_LDFLAGS+=-Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
|
||||||
TARGET_CONFIGURE_OPTS+=\
|
|
||||||
CC="$(TARGET_CC) $(EXTRA_LDFLAGS)"
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ssmtp
|
define Package/ssmtp
|
||||||
@ -37,6 +32,10 @@ define Package/ssmtp
|
|||||||
URL:=http://packages.debian.org/stable/mail/ssmtp
|
URL:=http://packages.debian.org/stable/mail/ssmtp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
EXTRA_LDFLAGS+=-Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
||||||
|
TARGET_CONFIGURE_OPTS+=\
|
||||||
|
CC="$(TARGET_CC) $(EXTRA_LDFLAGS)"
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-ssl
|
--enable-ssl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user