OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Mar-2005 14:40:08
  Branch: HEAD                             Handle: 2005030213400700

  Modified files:
    openpkg-src/arpd        arpd.spec

  Log:
    correct buildconf to search for correct libpcap header file pcap-bfp.h
    rather than net/bpf.h

  Summary:
    Revision    Changes     Path
    1.37        +2  -1      openpkg-src/arpd/arpd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/arpd/arpd.spec
  ============================================================================
  $ cvs diff -u -r1.36 -r1.37 arpd.spec
  --- openpkg-src/arpd/arpd.spec        1 Jan 2005 10:47:50 -0000       1.36
  +++ openpkg-src/arpd/arpd.spec        2 Mar 2005 13:40:07 -0000       1.37
  @@ -34,7 +34,7 @@
   Group:        Network
   License:      GNU
   Version:      0.2
  -Release:      20041015
  +Release:      20050302
   
   #   package options
   %option       with_fsl  yes
  @@ -81,6 +81,7 @@
       %{l_shtool} subst \
           -e 's;LIBS=$DNETLIB;LIBS="$LIBS $DNETLIB";' \
           -e 's;CFLAGS=$DNETINC;CFLAGS="$CFLAGS $DNETINC";' \
  +        -e 's;net/bpf\.h;pcap-bpf.h;g' \
           configure
       %{l_shtool} subst \
           -e 's;/var/run/arpd.pid;%{l_prefix}/var/arpd/arpd.pid;' \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to