(root)/trunk/ - Rev 65
?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?
 
	Rev 64 |
	Rev 66 |
	Go to most recent revision |
	Last modification |
	Compare with Previous |
	View Log
    | RSS feed
Last modification
  
    - Rev 65 2011-01-18 23:40:42
 
    - Author: magnus
 
    - Log message:
 - * Handle the parallel DEB_BUILD_OPTIONS option.
* Pass --libdir=/usr/lib to ./configure since it will otherwise try to
  be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
* General tidying of debian/rules: 
  - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
  - Remove remnants of nostrip option handling.
  - Only pass --host to ./configure if HOST != BUILD, as is recommended.
  - Remove redundant compiler and configure flags.