summaryrefslogtreecommitdiff
path: root/system/sysklogd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'system/sysklogd/APKBUILD')
-rw-r--r--system/sysklogd/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/sysklogd/APKBUILD b/system/sysklogd/APKBUILD
index f76f61435..d8046befd 100644
--- a/system/sysklogd/APKBUILD
+++ b/system/sysklogd/APKBUILD
@@ -27,12 +27,10 @@ source="http://www.infodrom.org/projects/$pkgname/download/$pkgname-$pkgver.tar.
LICENSE"
build() {
- cd "$builddir"
make CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" LIBS="-lutmps -lskarnet"
}
package() {
- cd "$builddir"
make INSTALL="install -D" prefix="$pkgdir" install
install -D -m644 "$srcdir"/sysklogd.logrotate \