Don't force Python 2.6
Bug #690555 reported by
Martin Pitt
This bug report is a duplicate of:
Bug #594992: don't hardcode python2.6 in bindings/python/Makefile.am.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libindicate |
Fix Committed
|
Undecided
|
Unassigned | ||
libindicate (Ubuntu) |
Fix Released
|
High
|
Martin Pitt |
Bug Description
bindings/
This is both bad style (you should use pkgconfig), as well as causes an extra "libpython2.6" dependency in our packages; that keeps python2.6 on our CDs, although we moved to Python 2.7 now.
Related branches
lp://staging/~pitti/libindicate/no-hardcoded-python
- Ted Gould (community): Approve
-
Diff: 27 lines (+6/-1)2 files modifiedbindings/python/Makefile.am (+1/-1)
configure.ac (+5/-0)
Changed in libindicate (Ubuntu): | |
status: | New → Fix Committed |
importance: | Undecided → High |
Changed in libindicate: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.4.5 |
To post a comment you must log in.
Also, _LDFLAGS is a bad place to put libraries, they should go into _LIBADD. Attached branch/merge proposal use proper build-time detection instead.