projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add initial video4linux support (for usb webcams) to head
[openwrt.git]
/
openwrt
/
package
/
dsniff
/
Makefile
diff --git
a/openwrt/package/dsniff/Makefile
b/openwrt/package/dsniff/Makefile
index
6d6b606
..
3355eb8
100644
(file)
--- a/
openwrt/package/dsniff/Makefile
+++ b/
openwrt/package/dsniff/Makefile
@@
-43,6
+43,7
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--without-db \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--without-db \
+ --without-x \
--with-gdbm="$(STAGING_DIR)/usr" \
--with-libnids="$(STAGING_DIR)/usr" \
--with-libpcap="$(STAGING_DIR)/usr" \
--with-gdbm="$(STAGING_DIR)/usr" \
--with-libnids="$(STAGING_DIR)/usr" \
--with-libpcap="$(STAGING_DIR)/usr" \
@@
-69,3
+70,7
@@
$(IPKG_DSNIFF):
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/* $(IDIR_DSNIFF)/usr/lib
$(RSTRIP) $(IDIR_DSNIFF)
$(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR)
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/* $(IDIR_DSNIFF)/usr/lib
$(RSTRIP) $(IDIR_DSNIFF)
$(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR)
+
+mostlyclean:
+ make -C $(PKG_BUILD_DIR) clean
+ rm $(PKG_BUILD_DIR)/.built
This page took
0.021398 seconds
and
4
git commands to generate.