diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/thc/thcrut-1.2.5 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/thc/thcrut-1.2.5')
-rw-r--r-- | packages/thc/thcrut-1.2.5/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/thc/thcrut-1.2.5/configure_in.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/thc/thcrut-1.2.5/.mtn2git_empty b/packages/thc/thcrut-1.2.5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/thc/thcrut-1.2.5/.mtn2git_empty diff --git a/packages/thc/thcrut-1.2.5/configure_in.patch b/packages/thc/thcrut-1.2.5/configure_in.patch index e69de29bb2..d85681555c 100644 --- a/packages/thc/thcrut-1.2.5/configure_in.patch +++ b/packages/thc/thcrut-1.2.5/configure_in.patch @@ -0,0 +1,11 @@ +--- configure.in 2005-02-02 11:05:04.000000000 -0500 ++++ configure.in.new 2005-02-02 11:41:23.000000000 -0500 +@@ -37,7 +37,7 @@ + trydir_l="${trydir_l} /usr/local/lib" + fi + +-trydir_i="${trydir_i} ${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap" ++trydir_i="${prefix}/include/pcap ${prefix}/include/pcre /usr/include/pcre /usr/include/pcap" + AC_ARG_WITH(includes, + [ --with-includes=DIR Space-seperated list of include directories], + [ |