summaryrefslogtreecommitdiff
path: root/system/ssmtp
diff options
context:
space:
mode:
Diffstat (limited to 'system/ssmtp')
-rw-r--r--system/ssmtp/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD
index 4d77bb213..cb5dbbc09 100644
--- a/system/ssmtp/APKBUILD
+++ b/system/ssmtp/APKBUILD
@@ -10,7 +10,7 @@ options="!check"
license="GPL-2.0+"
provides=/usr/sbin/sendmail
provider_priority=10
-depends=
+depends=""
makedepends="openssl-dev autoconf"
subpackages="$pkgname-doc"
# No HTTPS
@@ -21,7 +21,6 @@ source="http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.o
"
build() {
- cd "$builddir"
sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in
autoconf
@@ -37,7 +36,6 @@ build() {
}
package() {
- cd "$builddir"
make prefix="$pkgdir"/usr \
etcdir="$pkgdir"/etc \
mandir="$pkgdir"/usr/share/man \