diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:05:44 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:05:44 +0000 |
commit | 5f56bb5e4b141825d78b8a46d11920f1e6e1bc67 (patch) | |
tree | 68a187ab8e8135eee1754d3fed5e2cf8dbfe13ae /net/everybuddy/files/patch-aa | |
parent | Fix a buffer overflow introduced in 3.30. This patch will be adopted (diff) |
Update to version 0.2.1 beta 5.
Diffstat (limited to 'net/everybuddy/files/patch-aa')
-rw-r--r-- | net/everybuddy/files/patch-aa | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/net/everybuddy/files/patch-aa b/net/everybuddy/files/patch-aa index 2f64364014d9..df24355206ae 100644 --- a/net/everybuddy/files/patch-aa +++ b/net/everybuddy/files/patch-aa @@ -1,15 +1,11 @@ ---- configure.orig Sun Jan 21 00:36:28 2001 -+++ configure Sun Jan 21 00:37:27 2001 -@@ -2415,10 +2415,10 @@ - CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" - - EB_CFLAGS="$CFLAGS -I../" --EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -lpthread -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode" -+EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -pthread -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode" +--- configure.orig Mon Jun 18 13:40:19 2001 ++++ configure Mon Jun 18 13:44:04 2001 +@@ -3437,7 +3437,7 @@ + EB_LIBS="$LIBS -L../libmsn -lmsn -L../libyahoo -lyahoo -L../libproxy -lproxy -L../libtoc -ltoc -L../libicq -licq -L../libjabber -lEBjabber -ljabber -L../libxode -lxode -L../zephyr -lzephyr" EB_LDADD="$LDADD" -EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g " +EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall" - # Check whether --with-esd-prefix or --without-esd-prefix was given. - if test "${with_esd_prefix+set}" = set; then - withval="$with_esd_prefix" + + esd_val=yes + # Check whether --enable-esd or --disable-esd was given. |