From: Michael Tremer Date: Wed, 17 Feb 2010 20:22:29 +0000 (+0100) Subject: libdaemon: Cleanup makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d6c1d8709c3c7b495cc1cd88e4303cbb893a88;p=ipfire-3.x.git libdaemon: Cleanup makefile. --- diff --git a/pkgs/core/libdaemon/libdaemon.nm b/pkgs/core/libdaemon/libdaemon.nm index 845efb608..725effa4b 100644 --- a/pkgs/core/libdaemon/libdaemon.nm +++ b/pkgs/core/libdaemon/libdaemon.nm @@ -38,18 +38,8 @@ define PKG_DESCRIPTION libdaemon is a lightweight C library which eases the writing of UNIX daemons. endef -PKG_BUILD_DEPS+= -PKG_DEPS += - PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --bindir=/bin \ - --disable-static \ - --mandir=/usr/share/man -endef +CONFIGURE_OPTIONS += \ + --bindir=/bin \ + --mandir=/usr/share/man