add-depcomp.patch
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
a0da8a8edd
commit
a1e3ec0051
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
1
depcomp
Symbolic link
1
depcomp
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/share/automake-1.11/depcomp
|
Loading…
Add table
Reference in a new issue