FC6 requires libpcap-devel.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 19 Jan 2007 19:19:55 +0000 (19:19 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 19 Jan 2007 19:19:55 +0000 (19:19 +0000)
For previous FC versions the inclusion of libpcap-devel will simply
produce a benign warning message that the libpcap-devel package was
not installed.

plc_devel_config.xml

index c42b3d8..e71bf90 100644 (file)
@@ -6,7 +6,7 @@ Default PLC build environment configuration file
 Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
-$Id: plc_devel_config.xml,v 1.6 2006/11/10 06:35:50 mlhuang Exp $
+$Id: plc_devel_config.xml,v 1.7 2007/01/17 22:35:51 mlhuang Exp $
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -126,6 +126,7 @@ $Id: plc_devel_config.xml,v 1.6 2006/11/10 06:35:50 mlhuang Exp $
 
        <!-- ulogd -->
        <packagereq type="mandatory">libpcap</packagereq>
+       <packagereq type="mandatory">libpcap-devel</packagereq>
 
        <!-- iptables -->
        <packagereq type="mandatory">linuxdoc-tools</packagereq>