diff options
author | Modestas Vainius <modestas@vainius.eu> | 2010-07-26 19:58:41 +0300 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2010-07-26 19:58:41 +0300 |
commit | 69666eaed27e35d1ccd6aad5c0e9df2c65c99907 (patch) | |
tree | 98f0a91466e9f1ccbb5f833975306ed9b5b191be /debian/rules | |
parent | 0c1650d1c516a8c06f09986f69b028b2121a741a (diff) | |
parent | 946a13a67eddac59a8dd3d19cdcca1903d2d2db1 (diff) | |
download | kde4libs-69666eaed27e35d1ccd6aad5c0e9df2c65c99907.tar.gz |
Merge debian/4.3.4-{2,3} into master.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c6a70ea..60530d3 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ RUNTIME_DEPS := kdebase-runtime DEB_DBG_PACKAGE_ALL := kdelibs5-dbg + #bump version for every new upstream version! DEB_DH_MAKESHLIBS_ARGS_libkdecore5 := -V'libkdecore5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)' DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0 @@ -17,6 +18,11 @@ DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0 # remove dependencies on kdebase-runtime and phonon (the metapackage) DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon +ifeq (ia64,$(DEB_HOST_ARCH)) + CFLAGS += -ffunction-sections + CXXFLAGS += -ffunction-sections +endif + # Libraries stuff DEB_KDE43_LIBRARY_PACKAGES := libkdecore5 libkdeui5 libkde3support4 libkdesu5 libkdnssd4 \ libkfile4 libkhtml5 libkimproxy4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 \ |