Merge lp://staging/~peter-pearse/ubuntu/natty/db4.8/prop001 into lp://staging/ubuntu/natty/db4.8
Proposed by
Peter Pearse
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~peter-pearse/ubuntu/natty/db4.8/prop001 |
Merge into: | lp://staging/ubuntu/natty/db4.8 |
Diff against target: |
130 lines (+44/-13) 2 files modified
debian/changelog (+16/-0) debian/rules (+28/-13) |
To merge this branch: | bzr merge lp://staging/~peter-pearse/ubuntu/natty/db4.8/prop001 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Langasek | Approve | ||
Review via email: mp+47656@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2011-01-31.
Description of the change
debian/rules changed:
- Test for java native bindings needs to test DEB_HOST_*, not DEB_BUILD_* against the lists.
- objcopy & strip need to be target host tools.
- Need to pass correct tools to configure.
Note: some packages had to be cross black-listed in xdeb.cfg.
To post a comment you must log in.
Unmerged revisions
- 18. By Peter Pearse
-
No java for cross builds.
+ CONFIGURE_VARS = CC=$(DEB_ HOST_GNU_ TYPE)-gcc CXX=$(DEB_ HOST_GNU_ TYPE)-g+ + CFLAGS="$(CFLAGS)" CPPFLAGS= "-I/usr/ $(DEB_HOST_ GNU_TYPE) /usr/include/ tcl8.5"
This path looks wrong. Shouldn't this be CPPFLAGS= "-I/usr/ $(DEB_HOST_ GNU_TYPE) /include/ tcl8.5" ? Does something need to be fixed in the tcl8.5 crossing so that this installs to the right place?
Everything else looks spot-on!