mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
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
|
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
|
$ ./configure --enable-openssl
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ 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