Commit b63ea44
clach04
Allow builds with Ingres 10 when Ingres bug 119773 has undocumented librt dependency
This basically restores a modified version of the fix
for Trac Bug #224, Add librt to allow runtime link
requirements to be satisfied. Hopefully the Ingres bug
will be corrected (again) soon, this workaround in the
Python driver should band-aid over the problem until
that time.
This change is Linux specific.
Also updated the readme to address Trac Bug #577 by
documenting python devel requirement. Also always use
the force flag (for new users who need setup.py
distutils help, force is a good idea in case they
re-run).
git-svn-id: http://code.ingres.com/ingres/drivers/python/main@2776 45b5d43f-8932-4c86-835a-3654e58428391 parent 9a4e08a commit b63ea44
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
320 | 321 | | |
321 | | - | |
| 322 | + | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
| |||
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
339 | | - | |
| 340 | + | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| |||
0 commit comments