Commit 148a71f
committed
Added patch to revert commit adding -mt for pthread support
This patch effectively reverts commit
curl/curl@74fdc11
adding -mt for pthread support on HP-UX. The commit only checks for the
host OS and does not take into account which compiler is used. Since we
are using gcc, it does not work for us.
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>1 parent 7e075e9 commit 148a71f
File tree
2 files changed
+16
-1
lines changed- deps-packaging/libcurl
- hpux
2 files changed
+16
-1
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments