Check include/pcap/ before include/ for pcap.h. Fixes #5046
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 May 2009 17:48:44 +0000 (17:48 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 30 May 2009 17:48:44 +0000 (17:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16216 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/pypcap/patches/000-no_cpickle.patch

index 55e0466..8cabb05 100644 (file)
@@ -93,7 +93,7 @@
 +        dirs = [ '/usr', sys.prefix ] + glob.glob('/opt/libpcap*') + \
 +               glob.glob('../libpcap*') + glob.glob('../wpdpack*')
 +    for d in dirs:
-+        for sd in ('include', 'include/pcap', ''):
++        for sd in ('include/pcap', 'include', ''):
 +            incdirs = [ os.path.join(d, sd) ]
 +            if os.path.exists(os.path.join(d, sd, 'pcap.h')):
 +                cfg['include_dirs'] = [ os.path.join(d, sd) ]