diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /tcptrack | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'tcptrack')
-rw-r--r-- | tcptrack/tcptrack-1.1.2/macros.patch | 29 | ||||
-rw-r--r-- | tcptrack/tcptrack_1.1.2.bb | 0 |
2 files changed, 0 insertions, 29 deletions
diff --git a/tcptrack/tcptrack-1.1.2/macros.patch b/tcptrack/tcptrack-1.1.2/macros.patch deleted file mode 100644 index 05e7642086..0000000000 --- a/tcptrack/tcptrack-1.1.2/macros.patch +++ /dev/null @@ -1,29 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- /dev/null -+++ tcptrack-1.1.2/acinclude.m4 -@@ -0,0 +1,21 @@ -+dnl FreeBSD -pthread check - Jonathan McDowell -+AC_DEFUN(AC_PTHREAD_FREEBSD, -+[AC_MSG_CHECKING([if we need -pthread for threads]) -+AC_CACHE_VAL(ac_ldflag_pthread, -+[ac_save_LDFLAGS="$LDFLAGS" -+LDFLAGS="-pthread $LDFLAGS" -+AC_TRY_LINK( -+[ -+char pthread_create(); -+], -+pthread_create();, -+eval "ac_ldflag_pthread=yes", -+eval "ac_ldflag_pthread=no"), -+LIBS="$ac_save_LDFLAGS" -+]) -+if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then -+ AC_MSG_RESULT(yes) -+else -+ AC_MSG_RESULT(no) -+fi -+]) diff --git a/tcptrack/tcptrack_1.1.2.bb b/tcptrack/tcptrack_1.1.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/tcptrack/tcptrack_1.1.2.bb +++ /dev/null |