projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sync with kmod-madwifi
[openwrt.git]
/
package
/
osiris
/
Makefile
diff --git
a/package/osiris/Makefile
b/package/osiris/Makefile
index
b119f6e
..
ba0db6c
100644
(file)
--- a/
package/osiris/Makefile
+++ b/
package/osiris/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=osiris
include $(TOPDIR)/rules.mk
PKG_NAME:=osiris
-PKG_VERSION:=4.1.
8
+PKG_VERSION:=4.1.
9
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
27a362ba5ad3025d5bca6d9c92196875
+PKG_MD5SUM:=
a8e3720b05a8dc5d257a7effb6d68224
PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-23,7
+23,7
@@
$(PKG_BUILD_DIR)/.configured:
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+ LDFLAGS="-L$(STAGING_DIR)/
lib -L$(STAGING_DIR)/
usr/lib" \
ac_cv_openssldir="$(STAGING_DIR)/usr" \
ac_cv_have_accrights_in_msghdr=no \
ac_cv_have_control_in_msghdr=yes \
ac_cv_openssldir="$(STAGING_DIR)/usr" \
ac_cv_have_accrights_in_msghdr=no \
ac_cv_have_control_in_msghdr=yes \
@@
-49,6
+49,7
@@
$(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
--with-osiris-user=root \
--with-root-dir=/var/lib/osiris \
$(DISABLE_NLS) \
--with-osiris-user=root \
--with-root-dir=/var/lib/osiris \
+ --with-readline=no \
);
touch $@
);
touch $@
@@
-56,6
+57,8
@@
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
+ ar=$(TARGET_CROSS)ar \
DESTDIR="$(PKG_INSTALL_DIR)" \
INTERACTIVE=0 \
all install
DESTDIR="$(PKG_INSTALL_DIR)" \
INTERACTIVE=0 \
all install
This page took
0.027568 seconds
and
4
git commands to generate.