summaryrefslogtreecommitdiffstats
path: root/pttbbs.mk
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-14 16:35:54 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-14 16:35:54 +0800
commit155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f (patch)
treee7a2fcdfd89e6fa1d1c53edf2ea92fdcf218f839 /pttbbs.mk
parentc465925682db6fe601b1292dead369cd68c85ecb (diff)
downloadpttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar.gz
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar.bz2
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar.lz
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar.xz
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.tar.zst
pttbbs-155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f.zip
commit local change of {read,write}_favrec, which solved the problem of pointer size in 32 and 64-bit arch
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2509 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttbbs.mk')
-rw-r--r--pttbbs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs.mk b/pttbbs.mk
index 2b127864..d94c3480 100644
--- a/pttbbs.mk
+++ b/pttbbs.mk
@@ -12,7 +12,7 @@ CC= gcc
CCACHE!= which ccache|sed -e 's/^.*\///'
PTT_CFLAGS= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include
PTT_LDFLAGS= -pipe -Wall -L/usr/local/lib
-PTT_LIBS= -lcrypt -lhz
+PTT_LIBS= -lcrypt # -lhz
# enable assert()
#PTT_CFLAGS+= -DNDEBUG