Remove obsolete hack for parisc64 from debian/rules.

It didn't work after switch to dh v7 anyway.
ci/unstable
Modestas Vainius 15 years ago
parent ba67bab3be
commit 3116cd3bbc

2
debian/changelog vendored

@ -4,6 +4,8 @@ cmake (2.8.0-4) UNRELEASED; urgency=low
previous patch didn't work. previous patch didn't work.
* Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build * Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
with default compiler on hppa. 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 <modestas@vainius.eu> Mon, 23 Nov 2009 19:44:53 +0200 -- Modestas Vainius <modestas@vainius.eu> Mon, 23 Nov 2009 19:44:53 +0200

5
debian/rules vendored

@ -2,11 +2,6 @@
BUILD_FLAGS_FILE = build-flags.cmake BUILD_FLAGS_FILE = build-flags.cmake
# Hack for parisc64 to close bug #133696
ifeq ($(shell arch),parisc64)
CFLAGS += -ffunction-sections
endif
$(BUILD_FLAGS_FILE): $(BUILD_FLAGS_FILE):
touch $@ touch $@
echo 'set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE)' >> $@ echo 'set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE)' >> $@

Loading…
Cancel
Save