File: TODO

package info (click to toggle)
libpuzzle 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 2,092 kB
  • sloc: sh: 9,723; ansic: 1,811; makefile: 977; php: 269; sql: 148
file content (15 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TODO for libpuzzle:
-------------------

  * Check what happens when running “make check” on the php extension.
  * See whether it is possible to avoid the manual installation of the
    library so that the PHP extension finds it, based on Makefile target
    dependencies. At the moment, it seems not possible to use something
    like the following, because the install/* ones are triggering
    dh_testroot calls:
      build/foo:: install/bar
  * Find out whether it is possible to avoid libtool's reordering its
    arguments (the patch in #347650 isn't sufficient) so as to be able
    to pass “-Wl,-z,defs” and “-Wl,--as-needed” through LDFLAGS.

 -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>  Sat, 15 Dec 2007 05:07:08 +0100