summaryrefslogtreecommitdiff
path: root/extra/libdaemon
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
commit88933a383866089c23f6d62783a6a24ab211e872 (patch)
tree06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/libdaemon
parentffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff)
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/libdaemon')
-rw-r--r--extra/libdaemon/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libdaemon/PKGBUILD b/extra/libdaemon/PKGBUILD
index 12e15fe02..982a2b521 100644
--- a/extra/libdaemon/PKGBUILD
+++ b/extra/libdaemon/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 198143 2013-10-30 13:03:04Z allan $
+# $Id: PKGBUILD 215718 2014-06-30 10:38:46Z bisson $
# Contributor: Manolis Tzanidakis
# Contributor: Mark Rosenstand <mark@archlinux.org>
# Contributor: Thayer Williams <thayer@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libdaemon
pkgver=0.14
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
url='http://0pointer.de/lennart/projects/libdaemon/'
license=('LGPL')
@@ -16,7 +16,7 @@ sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --localstatedir=/var --disable-lynx --disable-static
+ ./configure --prefix=/usr --localstatedir=/var --disable-lynx
make
}