aboutsummaryrefslogtreecommitdiffstats
path: root/main/m4
diff options
context:
space:
mode:
Diffstat (limited to 'main/m4')
-rw-r--r--main/m4/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/m4/APKBUILD b/main/m4/APKBUILD
index 693457825a..dd46579e0a 100644
--- a/main/m4/APKBUILD
+++ b/main/m4/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=m4
pkgver=1.4.17
-pkgrel=0
+pkgrel=1
pkgdesc="GNU macro processor"
url="http://www.gnu.org/software/m4"
depends=
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$_builddir"
- ./configure \
+ LIBS="-lrt" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \