summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2010-07-26 20:01:17 +0300
committerModestas Vainius <modestas@vainius.eu>2010-07-26 20:02:07 +0300
commit157b55c773ec5b1828264eea1b10ab9f5894aede (patch)
tree63f4e105b0e0e7987451873f799db0d486ca003f /debian/rules
parent69666eaed27e35d1ccd6aad5c0e9df2c65c99907 (diff)
downloadkde4libs-157b55c773ec5b1828264eea1b10ab9f5894aede.tar.gz
Looks like ia64 workaround from 4:4.3.4-3 is not needed at the moment.
That's because versions 4:4.4.0 and onwards built fine without it.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 60530d3..c8427af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@ 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
@@ -18,10 +17,10 @@ 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
+#ifeq (ia64,$(DEB_HOST_ARCH))
+# CFLAGS += -ffunction-sections
+# CXXFLAGS += -ffunction-sections
+#endif
# Libraries stuff
DEB_KDE43_LIBRARY_PACKAGES := libkdecore5 libkdeui5 libkde3support4 libkdesu5 libkdnssd4 \