File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ cd libjwt
50
50
To compile libjwt on my mac I had to edit the ` CMakeLists.txt ` file and add this line at the top:
51
51
52
52
```
53
- include_directories(/usr/local/Cellar/openssl/1.0.2h_1/include/)
53
+ include_directories(/usr/local/Cellar/openssl/1.0.2h_1/include/)
54
54
```
55
55
56
56
To compile libjwt on my CentOS VM I had to edit the CMakeLists.txt file and add this flag to the list of CMAKE_C_FLAGS:
57
57
58
58
```
59
- -std=gnu99
59
+ -std=gnu99
60
60
```
61
61
62
62
```
@@ -99,7 +99,7 @@ At this point I needed to edit the Makefile. I couldn't figure out how to link
99
99
I appended this to my CLFAGS line:
100
100
101
101
```
102
- -I /root/dl/libjwt/include -I /root/dl/jansson/src -std=gnu99
102
+ -I /root/dl/libjwt/include -I /root/dl/jansson/src -std=gnu99
103
103
```
104
104
105
105
I added these lines to objs/nginx list:
You can’t perform that action at this time.
0 commit comments