add-depcomp.patch
authorAndy Green <andy@warmcat.com>
Mon, 8 Nov 2010 17:16:50 +0000 (17:16 +0000)
committerAndy Green <andy@warmcat.com>
Mon, 8 Nov 2010 17:16:50 +0000 (17:16 +0000)
Signed-off-by: Andy Green <andy@warmcat.com>
README-test-server
depcomp [new symlink]

index 7727ab7..2f14e17 100644 (file)
@@ -1,6 +1,13 @@
 Using test-server as a quickstart
 ---------------------------------
 
+For a Fedora x86_86 box, the following config line was
+needed:
+
+./configure --prefix=/usr --libdir=/usr/lib64 --enable-openssl
+
+otherwise if /usr/local/... and /usr/local/lib are OK then...
+
 $ ./configure --enable-openssl
 $ make
 $ sudo make install
diff --git a/depcomp b/depcomp
new file mode 120000 (symlink)
index 0000000..b0ad20c
--- /dev/null
+++ b/depcomp
@@ -0,0 +1 @@
+/usr/share/automake-1.11/depcomp
\ No newline at end of file