Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
d83150ef
Commit
d83150ef
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/php7: fix tests on 32 bit arches
parent
b736eadb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!225
user/php7: fix tests on 32 bit arches
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/php7/APKBUILD
+4
-2
4 additions, 2 deletions
user/php7/APKBUILD
user/php7/fix-32bit-int-min.patch
+1351
-0
1351 additions, 0 deletions
user/php7/fix-32bit-int-min.patch
with
1355 additions
and
2 deletions
user/php7/APKBUILD
+
4
−
2
View file @
d83150ef
...
...
@@ -92,7 +92,8 @@ source="https://www.php.net/distributions/$_pkgname-$pkgver.tar.bz2
allow-build-recode-and-imap-together.patch
fix-tests-devserver.patch
pwbuflen.patch
enchant-2.patch"
enchant-2.patch
fix-32bit-int-min.patch"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
_libdir
=
"/usr/lib/
$_pkgname
"
_extension_dir
=
"
$_libdir
/modules"
...
...
@@ -536,4 +537,5 @@ a77dd3bdf9dc7a0f2c06ff3e7c425d062bbaa29902c17402ce98701dc99499be863ad543aa5e6a7d
f8ecae241a90cbc3e98aa4deb3d5d35ef555f51380e29f4e182a8060dffeb84be74f030a14c6b452668471030d78964f52795ca74275db05543ccad20ef1f2cc allow-build-recode-and-imap-together.patch
f8bb322e56df79dd9f391737fb8737945cc730b14c7dc2ae8688979c565a9b97f5f2a12c9fcd0d8124624a9d09bd10228147d9e999bb94909bbe249f0a50646c fix-tests-devserver.patch
8e538063d872f6770a57cdb844226a771ccda3d387dd1f199bb08c274b94fbe12ec0ef6df75c32071f308cb8f4ab51b91b520c7c2ed687adf96d0d322788e463 pwbuflen.patch
03de56676449ddc1ba1fc9c4fee2b2ed620cd1a8ce52d288c91b42e081182871ade55c8dbbe1c8286bc4eadcd92d497a62ac7b689ea8d6b1bcb5eb25225595c4 enchant-2.patch"
03de56676449ddc1ba1fc9c4fee2b2ed620cd1a8ce52d288c91b42e081182871ade55c8dbbe1c8286bc4eadcd92d497a62ac7b689ea8d6b1bcb5eb25225595c4 enchant-2.patch
90c29989b88fcec1b5700b525c7e9f39dee67ca32cf66109908ac750eb2930270de5e13bc2ba3f5720a57c5613e39bc04475fa2bc001ca47c9505bff7e14a9d9 fix-32bit-int-min.patch"
This diff is collapsed.
Click to expand it.
user/php7/fix-32bit-int-min.patch
0 → 100644
+
1351
−
0
View file @
d83150ef
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment