summaryrefslogtreecommitdiffstats
path: root/rules/libpcap.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-04-27 09:36:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-04-27 09:36:01 +0000
commitc58042910ed97dc1c9c76b4c4491640e6911a467 (patch)
tree449e3f28889cca891e865860a2c0d491ed3fed6a /rules/libpcap.make
parentaf1eb3b0733abd216e2b7bd3e1058725830e4108 (diff)
downloadptxdist-c58042910ed97dc1c9c76b4c4491640e6911a467.tar.gz
ptxdist-c58042910ed97dc1c9c76b4c4491640e6911a467.tar.xz
ipkgized
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2535 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpcap.make')
-rw-r--r--rules/libpcap.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/libpcap.make b/rules/libpcap.make
index 5520987a3..78efde65f 100644
--- a/rules/libpcap.make
+++ b/rules/libpcap.make
@@ -54,6 +54,7 @@ $(STATEDIR)/libpcap.extract: $(libpcap_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(LIBPCAP_DIR))
@$(call extract, $(LIBPCAP_SOURCE))
+ @$(call patchin, $(LIBPCAP_SOURCE))
touch $@
# ----------------------------------------------------------------------------
@@ -74,7 +75,6 @@ LIBPCAP_ENV = \
$(CROSS_ENV) \
ac_cv_linux_vers=2
-
#
# autoconf
#
@@ -111,6 +111,7 @@ libpcap_install: $(STATEDIR)/libpcap.install
$(STATEDIR)/libpcap.install: $(STATEDIR)/libpcap.compile
@$(call targetinfo, $@)
+ # FIXME: shoudldn' that run on targetinstall?
cd $(LIBPCAP_DIR) && $(LIBPCAP_PATH) make install
touch $@