From: Felix Fietkau Date: Tue, 31 Jul 2007 10:01:16 +0000 (+0000) Subject: cleanup, fix usage of cflags X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cd64583b2421e19603cc0484df0018c09ee1de22 cleanup, fix usage of cflags SVN-Revision: 8259 --- diff --git a/admin/osiris/Makefile b/admin/osiris/Makefile index d3037e948b..73da8e6101 100644 --- a/admin/osiris/Makefile +++ b/admin/osiris/Makefile @@ -30,22 +30,16 @@ define Package/osirisd URL:=http://www.hostintegrity.com/osiris endef -define Build/Configure - $(call Build/Configure/Default, \ - --with-osiris-user=root \ - --with-root-dir=/var/lib/osiris \ - --with-readline=no, \ - ac_cv_openssldir="$(STAGING_DIR)/usr" \ - ) -endef +CONFIGURE_ARGS += \ + --with-osiris-user=root \ + --with-root-dir=/var/lib/osiris \ + --with-readline=no, \ + ac_cv_openssldir="$(STAGING_DIR)/usr" -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - $(TARGET_CONFIGURE_OPTS) \ +MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ INTERACTIVE=0 \ all install -endef define Package/osirisd/install $(INSTALL_DIR) $(1)/usr/sbin