diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:22:27 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:22:27 +0000 |
| commit | 3fdb725a98282f35666a27a476f8ac6d9205cd81 (patch) | |
| tree | 335e48ab2481aa7c28838ccbb210366c42c3b8a6 /net/libetherx/files/patch-aa | |
| parent | Adding libjabber version 0.9. (diff) | |
Adding libetherx version 0.9.
Originally, the etherx daemon routed XML streams among agents.
Now the etherx daemon has morphed into a library that allows any agent
to become the daemon if the daemon is not found.
You can learn more about Etherx at
WWW: http://etherx.jabber.org/
PR: 17981
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
Diffstat (limited to 'net/libetherx/files/patch-aa')
| -rw-r--r-- | net/libetherx/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libetherx/files/patch-aa b/net/libetherx/files/patch-aa new file mode 100644 index 000000000000..e1d848d34a32 --- /dev/null +++ b/net/libetherx/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Tue Mar 28 13:59:55 2000 ++++ configure Mon Apr 10 20:02:14 2000 +@@ -2264,7 +2264,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ladns $LIBS" ++LIBS="-ladns "-L$prefix/lib" $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2270 "configure" + #include "confdefs.h" |
