Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
653
Issues
653
List
Boards
Labels
Service Desk
Milestones
Merge Requests
184
Merge Requests
184
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
956d1b51
Commit
956d1b51
authored
Dec 11, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/squid: enable large file support
(cherry picked from commit
7159bdca
)
parent
52cfdaca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main/squid/APKBUILD
main/squid/APKBUILD
+3
-2
No files found.
main/squid/APKBUILD
View file @
956d1b51
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
pkgname
=
squid
pkgname
=
squid
pkgver
=
2.7.7
pkgver
=
2.7.7
_ver
=
2.7.STABLE7
_ver
=
2.7.STABLE7
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A full-featured Web proxy cache server."
pkgdesc
=
"A full-featured Web proxy cache server."
url
=
"http://www.squid-cache.org"
url
=
"http://www.squid-cache.org"
install
=
"squid.pre-install squid.pre-upgrade squid.post-install"
install
=
"squid.pre-install squid.pre-upgrade squid.post-install"
...
@@ -82,7 +82,8 @@ build() {
...
@@ -82,7 +82,8 @@ build() {
--enable-useragent-log
--enable-cache-digests
--enable-referer-log
\
--enable-useragent-log
--enable-cache-digests
--enable-referer-log
\
--enable-async-io
--enable-truncate
--enable-arp-acl
\
--enable-async-io
--enable-truncate
--enable-arp-acl
\
--enable-htcp
--enable-carp
--enable-poll
--with-maxfd
=
4096
\
--enable-htcp
--enable-carp
--enable-poll
--with-maxfd
=
4096
\
--enable-follow-x-forwarded-for
--enable-follow-x-forwarded-for
\
--with-large-files
make
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment