[mw-devel] MW3 r1071 - in trunk: . src

arthur at sucs.org arthur at sucs.org
Thu Mar 12 16:45:56 GMT 2009


Author: arthur
Date: 2009-03-12 16:45:55 +0000 (Thu, 12 Mar 2009)
New Revision: 1071

Modified:
   trunk/mw.spec
   trunk/src/Makefile
Log:
require both libcrypt(crypt) and libcrypto(MD5)


Modified: trunk/mw.spec
===================================================================
--- trunk/mw.spec	2009-03-12 16:37:18 UTC (rev 1070)
+++ trunk/mw.spec	2009-03-12 16:45:55 UTC (rev 1071)
@@ -8,7 +8,7 @@
 Source: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: libtermcap readline sqlite js curl
-BuildRequires: libtermcap-devel readline-devel glibc-devel sqlite-devel js-devel curl-devel
+BuildRequires: libtermcap-devel readline-devel glibc-devel sqlite-devel js-devel curl-devel openssl-devel
 Packager: Peter Berry <pwb at sucs.org>
 URL: http://sucs.org/wiki/milliways
 

Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2009-03-12 16:37:18 UTC (rev 1070)
+++ trunk/src/Makefile	2009-03-12 16:45:55 UTC (rev 1071)
@@ -26,7 +26,7 @@
 # cflags for standard 'cc' compiler
 CFLAGS+= -Wall -pedantic -fpie -std=gnu99 -D_GNU_SOURCE
 LDFLAGS+= -pie
-LDLIBS+= -lreadline -ltermcap -lcrypto -l$(JSLIB) -lsqlite3 -lcurl -lpthread
+LDLIBS+= -lreadline -ltermcap -lcrypt -l$(JSLIB) -lsqlite3 -lcurl -lpthread -lcrypto
 
 # info strings, do not edit.
 DEFS:= -DBUILD_DATE=\"$(shell date +%Y%m%d)\"





More information about the mw-devel mailing list