Remove obsolete hack for parisc64 from debian/rules.
It didn't work after switch to dh v7 anyway.
This commit is contained in:
parent
ba67bab3be
commit
3116cd3bbc
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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 <modestas@vainius.eu> Mon, 23 Nov 2009 19:44:53 +0200
|
||||
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -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)' >> $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user