diff options
author | Fathi Boudra <fabo@debian.org> | 2011-12-27 14:32:35 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-12-27 14:32:35 +0200 |
commit | 6272fc096bbc473893891e04db52f60ef33dcf34 (patch) | |
tree | 585ff3235aa4fd818f0252ac1e2ed7cb884ccd25 /debian | |
parent | a9110cbc2690e782f307971e8e51bfa73d69b6f9 (diff) | |
download | qt4-x11-6272fc096bbc473893891e04db52f60ef33dcf34.tar.gz |
Add -reduce-relocations configure option.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3396619..14261b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,9 @@ qt4-x11 (4:4.7.4-1) UNRELEASED; urgency=low libqt4-dbus, because some things will use this at runtime. It makes libqt4-dbus genuinely multiarch-installable. * Update debian/control: mark Qt libraries as Multi-Arch. - * Update debian/rules: add DEB_HOST_MULTIARCH support for libdir/plugindir. + * Update debian/rules: + - add DEB_HOST_MULTIARCH support for libdir/plugindir. + - add -reduce-relocations configure option. * Update debian/*.install: update paths for multiarch. * Update debian/libqt4-declarative.install: rename libtcpserver.so to libqmldbg_tcp.so. diff --git a/debian/rules b/debian/rules index cdb3bf3..89e89a4 100755 --- a/debian/rules +++ b/debian/rules @@ -138,6 +138,7 @@ endif -no-rpath \ -optimized-qmake \ -dbus-linked \ + -reduce-relocations \ -no-separate-debug-info \ -verbose \ -gtkstyle \ |