git-svn-id: svn://svn.openwrt.org/openwrt/packages@5233 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2006-10-19 15:26:14 +00:00
parent d7767671ef
commit 00c32b752c
39 changed files with 110 additions and 182 deletions

View File

@ -41,13 +41,8 @@ define Package/roofnet
URL:=http://pdos.csail.mit.edu/roofnet/
endef
CONF_OPTS= \
ac_cv_int64_t=no \
ac_cv_sizeof_off_t=4
define Build/Configure
(cd $(PKG_BUILD_DIR); \
$(CONF_OPTS) \
./configure; \
cp include/click/config.h include/click/config-host.h; \
rm -rf config.{cache,status} ; \