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/prismstumbler | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/prismstumbler')
4 files changed, 46 insertions, 0 deletions
diff --git a/packages/prismstumbler/.mtn2git_empty b/packages/prismstumbler/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/prismstumbler/.mtn2git_empty diff --git a/packages/prismstumbler/prismstumbler-0.7.3/.mtn2git_empty b/packages/prismstumbler/prismstumbler-0.7.3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/prismstumbler/prismstumbler-0.7.3/.mtn2git_empty diff --git a/packages/prismstumbler/prismstumbler-0.7.3/bogoconf.patch b/packages/prismstumbler/prismstumbler-0.7.3/bogoconf.patch index e69de29bb2..0d6af60590 100644 --- a/packages/prismstumbler/prismstumbler-0.7.3/bogoconf.patch +++ b/packages/prismstumbler/prismstumbler-0.7.3/bogoconf.patch @@ -0,0 +1,30 @@ +--- prismstumbler-0.7.3/configure.ac Wed Mar 10 19:19:56 2004 ++++ prismstumbler-0.7.3/configure.ac Tue Oct 26 23:56:36 2004 +@@ -405,8 +405,7 @@ + if cd $withval; then withval=`pwd`; cd $owd; fi + PCAPINC="-I$withval -I$withval/bpf" + PCAPLIB="-L$withval -lpcap" +- elif test -f $withval/include/pcap.h -a \ +- -f $withval/include/net/bpf.h; then ++ elif test -f $withval/include/pcap.h; then + owd=`pwd` + if cd $withval; then withval=`pwd`; cd $owd; fi + PCAPINC="-I$withval/include" +@@ -416,7 +415,7 @@ + PCAPLIB="-L$withval/lib -lpcap" + fi + else +- AC_ERROR(pcap.h, net/bpf.h, or libpcap.a not found in $withval) ++ AC_ERROR(pcap.h net/bpf.h or libpcap.a not found in $withval) + fi + ;; + esac ], +@@ -504,7 +503,7 @@ + [FIND_SQLITE_LIBS($withval, "")], + [FIND_SQLITE_LIBS($SQLITEDIRS, "lib")]) + +-AC_ARG_WITH(mysql-includes,[ --with-sqlite-includes=DIR SQLite includes in DIR], ++AC_ARG_WITH(sqlite-includes,[ --with-sqlite-includes=DIR SQLite includes in DIR], + [FIND_SQLITE_INCS($withval, "")], + [FIND_SQLITE_INCS($SQLITEDIRS, "include")]) + diff --git a/packages/prismstumbler/prismstumbler-0.7.3/libz.patch b/packages/prismstumbler/prismstumbler-0.7.3/libz.patch index e69de29bb2..8e0532f7a8 100644 --- a/packages/prismstumbler/prismstumbler-0.7.3/libz.patch +++ b/packages/prismstumbler/prismstumbler-0.7.3/libz.patch @@ -0,0 +1,16 @@ +Index: src/Makefile.in +=================================================================== +RCS file: /cvs/apps/prismstumbler/src/Makefile.in,v +retrieving revision 1.5 +diff -u -r1.5 Makefile.in +--- src/Makefile.in 1 Oct 2004 23:03:57 -0000 1.5 ++++ src/Makefile.in 29 Nov 2004 23:19:29 -0000 +@@ -89,7 +89,7 @@ + + bin_PROGRAMS = prismstumbler psfront + +-psfront_LDADD = -L@SQLITELIB@ -lsqlite $(LIBGTK) ++psfront_LDADD = -L@SQLITELIB@ -lsqlite -lz $(LIBGTK) + psfront_CFLAGS = $(INCLUDES) + + prismstumbler_LDADD = @PCAPLIB@ -lm gpsd/libgpsd.a $(LIBGTK) |