zeroc-mcpp: remove -m32
This commit is contained in:
parent
cad746a7a2
commit
35c29478da
1 changed files with 12 additions and 0 deletions
12
srcpkgs/zeroc-mcpp/patches/no-m32.patch
Normal file
12
srcpkgs/zeroc-mcpp/patches/no-m32.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Makefile
|
||||
===================================================================
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -21,7 +21,6 @@ ifeq ($(UNAME),Linux)
|
||||
override CFLAGS += -fPIC -Wno-maybe-uninitialized -Wno-implicit-function-declaration -Wno-unused-result
|
||||
|
||||
ifeq ($(MACHINE),i686)
|
||||
- override CFLAGS += -m32
|
||||
#
|
||||
# Ubuntu.
|
||||
#
|
Loading…
Reference in a new issue