projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Convert libelf to new packaging style
[openwrt.git]
/
openwrt
/
package
/
arpwatch
/
Makefile
diff --git
a/openwrt/package/arpwatch/Makefile
b/openwrt/package/arpwatch/Makefile
index
8a26769
..
58f8e48
100644
(file)
--- a/
openwrt/package/arpwatch/Makefile
+++ b/
openwrt/package/arpwatch/Makefile
@@
-52,7
+52,8
@@
$(PKG_BUILD_DIR)/.built:
ARPDIR=/etc/arpwatch \
CCOPT="$(TARGET_CFLAGS)" \
INCLS="-I. -I$(STAGING_DIR)/usr/include" \
- LIBS="-L$(STAGING_DIR)/usr/lib -lpcap" \
+ LIBS="-L$(STAGING_DIR)/usr/lib -lpcap"
+ touch $@
$(IPKG_ARPWATCH):
mkdir -p $(IDIR_ARPWATCH)/usr/sbin
This page took
0.019808 seconds
and
4
git commands to generate.