projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix Set Tx Power error in wificonf
[openwrt.git]
/
openwrt
/
package
/
dsniff
/
Makefile
diff --git
a/openwrt/package/dsniff/Makefile
b/openwrt/package/dsniff/Makefile
index
9f17259
..
3355eb8
100644
(file)
--- a/
openwrt/package/dsniff/Makefile
+++ b/
openwrt/package/dsniff/Makefile
@@
-32,7
+32,7
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--program-suffix="" \
--prefix=/usr \
--exec-prefix=/usr \
--program-suffix="" \
--prefix=/usr \
--exec-prefix=/usr \
- --bindir=/usr/
s
bin \
+ --bindir=/usr/bin \
--datadir=/usr/share \
--includedir=/usr/include \
--infodir=/usr/share/info \
--datadir=/usr/share \
--includedir=/usr/include \
--infodir=/usr/share/info \
@@
-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" \
@@
-63,9
+64,13
@@
$(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_DSNIFF):
touch $@
$(IPKG_DSNIFF):
- install -d -m0755 $(IDIR_DSNIFF)/usr/
share
+ install -d -m0755 $(IDIR_DSNIFF)/usr/
lib
install -d -m0755 $(IDIR_DSNIFF)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/* $(IDIR_DSNIFF)/usr/sbin
install -d -m0755 $(IDIR_DSNIFF)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/* $(IDIR_DSNIFF)/usr/sbin
- cp -fpR $(PKG_INSTALL_DIR)/usr/
share/* $(IDIR_DSNIFF)/usr/share
+ cp -fpR $(PKG_INSTALL_DIR)/usr/
lib/* $(IDIR_DSNIFF)/usr/lib
$(RSTRIP) $(IDIR_DSNIFF)
$(IPKG_BUILD) $(IDIR_DSNIFF) $(PACKAGE_DIR)
$(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.029894 seconds
and
4
git commands to generate.