diff options
author | demon <demon@FreeBSD.org> | 2003-12-31 22:51:00 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-12-31 22:51:00 +0800 |
commit | 75c7bd8676ea1c097badce6697a43ba1472faec0 (patch) | |
tree | 67913fcaeac17e06079f230dcad88b4abb5b0a6d /net-im | |
parent | 34fb48d79b7eab0407e23cf8d22c94057378c884 (diff) | |
download | freebsd-ports-gnome-75c7bd8676ea1c097badce6697a43ba1472faec0.tar.gz freebsd-ports-gnome-75c7bd8676ea1c097badce6697a43ba1472faec0.tar.zst freebsd-ports-gnome-75c7bd8676ea1c097badce6697a43ba1472faec0.zip |
Compile with debug messages.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 0701a64d3d0f..9f166012d6fb 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -18,7 +18,8 @@ COMMENT= Online presence and instant messaging server GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --enable-storage='${STORAGE}' \ - --enable-authreg='${AUTHREG}' + --enable-authreg='${AUTHREG}' \ + --enable-debug STORAGE+= fs AUTHREG+= anon pipe |