Skip to content

Commit

Permalink
www/node18: fix patching on powerpc64*
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 21, 2023
1 parent 8c37ac4 commit f813109
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions www/node18/files/extra-patch-common.gypi
@@ -1,13 +1,11 @@
--- common.gypi.orig 2019-10-01 15:32:40.000000000 +0200
+++ common.gypi 2019-10-16 12:47:09.236138000 +0200
@@ -390,8 +390,8 @@
--- common.gypi.orig 2023-04-12 04:09:10 UTC
+++ common.gypi
@@ -426,7 +426,7 @@
'ldflags': [ '-m32' ],
}],
[ 'target_arch=="ppc64" and OS!="aix"', {
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
- 'cflags': [ '-m64', '-mminimal-toc' ],
- 'ldflags': [ '-m64' ],
+ 'cflags': [ '-m64' ],
+ 'ldflags': [ '-m64' ],
'ldflags': [ '-m64' ],
}],
[ 'target_arch=="s390x"', {
'cflags': [ '-m64', '-march=z196' ],
[ 'target_arch=="s390x" and OS=="linux"', {

0 comments on commit f813109

Please sign in to comment.