From: nbd Date: Tue, 31 Jul 2007 10:01:16 +0000 (+0000) Subject: cleanup, fix usage of cflags X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=86ea62473b8aba1fd21b9b87e266ff0732293203;p=packages.git cleanup, fix usage of cflags git-svn-id: svn://svn.openwrt.org/openwrt/packages@8259 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/admin/osiris/Makefile b/admin/osiris/Makefile index d3037e948..73da8e610 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