]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libdaemon: Cleanup makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:22:29 +0000 (21:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:22:29 +0000 (21:22 +0100)
pkgs/core/libdaemon/libdaemon.nm

index 845efb608a3af99545c00553854329413eee55a1..725effa4b51f5a99a20fa699825c5a98e6c7ab42 100644 (file)
@@ -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