Commit 486983d
committed
[protobuf_cpp] fixed runtime issues
two issues were causing troubles with protobuf during runtime:
- a missing `__init__.py` in site-packages/google was preventing to import the lib (at least with Python 2)
- the links options (`-l …`) where not taken into account. By moving
them to LDFLAGS it works correctly.1 parent 84142eb commit 486983d
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
138 | | - | |
139 | | - | |
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| |||
0 commit comments