diff options
Diffstat (limited to 'debian/rules.patch')
-rw-r--r-- | debian/rules.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index 1194a4f..33ab557 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -342,9 +342,11 @@ ifeq ($(biarch64),yes) endif endif debian_patches += gcc-multilib-multiarch +ifneq ($(trunk_build),yes) ifeq ($(with_ibm_branch),yes) debian_patches += powerpc64le-multilib-definitions endif +endif ifneq (,$(filter $(derivative),Ubuntu)) ifeq (,$(filter $(distrelease),dapper hardy intrepid jaunty karmic lucid maverick)) |