diff --git a/debian/changelog b/debian/changelog index 422de8394..a710c62c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ cmake (2.8.0-4) UNRELEASED; urgency=low previous patch didn't work. * Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build with default compiler on hppa. + * Remove obsolete hack for parisc64 from debian/rules. It didn't work after + switch to dh v7 anyway. -- Modestas Vainius Mon, 23 Nov 2009 19:44:53 +0200 diff --git a/debian/rules b/debian/rules index fbe1f77b2..7979f97c3 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,6 @@ BUILD_FLAGS_FILE = build-flags.cmake -# Hack for parisc64 to close bug #133696 -ifeq ($(shell arch),parisc64) -CFLAGS += -ffunction-sections -endif - $(BUILD_FLAGS_FILE): touch $@ echo 'set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE)' >> $@