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
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
189
Merge Requests
189
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
e88a1a69
Commit
e88a1a69
authored
Apr 10, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/ucarp: added patch for useless C++ configure test
parent
46b98efa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
testing/ucarp/APKBUILD
testing/ucarp/APKBUILD
+3
-0
testing/ucarp/nocxx.patch
testing/ucarp/nocxx.patch
+15
-0
No files found.
testing/ucarp/APKBUILD
View file @
e88a1a69
...
...
@@ -11,11 +11,13 @@ makedepends="libpcap-dev"
install
=
subpackages
=
""
source
=
"http://download.pureftpd.org/pub/ucarp/
$pkgname
-
$pkgver
.tar.gz
nocxx.patch
ucarp.initd
ucarp.confd"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
patch configure < ../nocxx.patch
||
return
1
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -29,5 +31,6 @@ build() {
}
md5sums
=
"ba585233e73f0dbce80427d04f431048 ucarp-1.5.tar.gz
28513788ba4d556ccd538867dc6205ab nocxx.patch
e8f1e2fd144797524025343603dbe2b8 ucarp.initd
bf914f6ce4fe4fea33a45d4d5b2c1fff ucarp.confd"
testing/ucarp/nocxx.patch
0 → 100644
View file @
e88a1a69
--- a/configure 2004-12-07 21:34:23.205172545 +0000
+++ b/configure 2004-12-07 21:37:17.726654782 +0000
@@ -5148,10 +5148,8 @@
:
else
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&5
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
+See \`config.log' for more details." >&5;}
+ { echo "C++ sucks, ignoring ..." >&5; }; }
fi
ac_ext=cc
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