[or-cvs] port to actual BSD

Roger Dingledine arma at seul.org
Mon Sep 9 04:11:24 UTC 2002


Update of /home/or/cvsroot
In directory moria.seul.org:/home/arma/work/onion/cvs

Modified Files:
	HACKING README configure.in 
Log Message:
port to actual BSD

(hey nick, does this break the os x build?)

you still need to add some stuff to the ./configure commandline...
anybody know a better solution?


Index: README
===================================================================
RCS file: /home/or/cvsroot/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- README	5 Sep 2002 15:30:09 -0000	1.6
+++ README	9 Sep 2002 04:10:52 -0000	1.7
@@ -16,7 +16,12 @@
   Run ./configure and make as usual. There isn't much point in 
   'make install' yet.
 
-If this doesn't work for you:
+If this doesn't work for you / troubleshooting:
+
+  If you couldn't find popt (eg you're on BSD), try
+    CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
+    ./configure
+  rather than simply ./configure.
 
   Check out the list archives at http://archives.seul.org/or/dev/ and see
   if somebody else has reported your problem. If not, please subscribe

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.in	3 Sep 2002 22:44:47 -0000	1.6
+++ configure.in	9 Sep 2002 04:10:52 -0000	1.7
@@ -15,8 +15,8 @@
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
 
-AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.])
-AC_DEFINE([HAVE_POPT], 0, [Define if popt was found.])
+dnl AC_DEFINE([HAVE_OPENSSL], 0, [Define if OpenSSL was found.])
+dnl AC_DEFINE([HAVE_POPT], 0, [Define if popt was found.])
 
 AC_CHECK_LIB(popt,poptParseArgvString,
 	AC_DEFINE(HAVE_POPT),



More information about the tor-commits mailing list