[mw-devel] MW3 r1070 - trunk/src
arthur at sucs.org
arthur at sucs.org
Thu Mar 12 16:37:18 GMT 2009
Author: arthur
Date: 2009-03-12 16:37:18 +0000 (Thu, 12 Mar 2009)
New Revision: 1070
Modified:
trunk/src/Makefile
Log:
update libcrypt to libcrypto
Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile 2009-03-12 16:30:30 UTC (rev 1069)
+++ trunk/src/Makefile 2009-03-12 16:37:18 UTC (rev 1070)
@@ -26,7 +26,7 @@
# cflags for standard 'cc' compiler
CFLAGS+= -Wall -pedantic -fpie -std=gnu99 -D_GNU_SOURCE
LDFLAGS+= -pie
-LDLIBS+= -lreadline -ltermcap -lcrypt -l$(JSLIB) -lsqlite3 -lcurl -lpthread
+LDLIBS+= -lreadline -ltermcap -lcrypto -l$(JSLIB) -lsqlite3 -lcurl -lpthread
# info strings, do not edit.
DEFS:= -DBUILD_DATE=\"$(shell date +%Y%m%d)\"
More information about the mw-devel
mailing list