Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
2379c836
Commit
2379c836
authored
8 years ago
by
Stuart Cardall
Committed by
Jakub Jirutka
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/whois: fix undefined libintl
parent
0b4f85dd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/whois/APKBUILD
+12
-7
12 additions, 7 deletions
community/whois/APKBUILD
community/whois/undefined-libintl.patch
+11
-0
11 additions, 0 deletions
community/whois/undefined-libintl.patch
with
23 additions
and
7 deletions
community/whois/APKBUILD
+
12
−
7
View file @
2379c836
...
@@ -2,21 +2,23 @@
...
@@ -2,21 +2,23 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
whois
pkgname
=
whois
pkgver
=
5.2.12
pkgver
=
5.2.12
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Intelligent WHOIS client by Marco d'Itri"
pkgdesc
=
"Intelligent WHOIS client by Marco d'Itri"
url
=
"http://www.linux.it/~md/software/"
url
=
"http://www.linux.it/~md/software/"
arch
=
""
arch
=
"
all
"
license
=
"GPL2"
license
=
"GPL2"
makedepends
=
"
$depends_dev
perl libidn-dev gettext-dev"
makedepends
=
"
$depends_dev
perl libidn-dev gettext-dev"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rfc1036/
$pkgname
/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rfc1036/
$pkgname
/archive/v
$pkgver
.tar.gz
undefined-libintl.patch
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
build
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
make
CONFIG_FILE
=
"/etc/whois.conf"
\
make
CONFIG_FILE
=
"/etc/whois.conf"
\
HAVE_LIBIDN
=
1
HAVE_ICONV
=
1
\
HAVE_LIBIDN
=
1
HAVE_ICONV
=
1
\
CFLAGS
=
"
$CFLAGS
-lintl
$CXXFLAGS
"
||
return
1
||
return
1
}
}
package
()
{
package
()
{
...
@@ -25,6 +27,9 @@ package() {
...
@@ -25,6 +27,9 @@ package() {
install
-D
-m644
whois.conf
"
$pkgdir
/etc/whois.conf"
install
-D
-m644
whois.conf
"
$pkgdir
/etc/whois.conf"
}
}
md5sums
=
"c7d86f4cdc97f92722b2500bf12aefd1 whois-5.2.12.tar.gz"
md5sums
=
"c7d86f4cdc97f92722b2500bf12aefd1 whois-5.2.12.tar.gz
sha256sums
=
"8485aa02909fd6aaa1cfd8b5e63559310879bf8a62793a83c96a4502164b968a whois-5.2.12.tar.gz"
2242ddc5ddd2bb98465e467e324de686 undefined-libintl.patch"
sha512sums
=
"812ae2a344e5b190175213cca1b10cc58821312f8ad8b31995ecb6963e71b1343ccfa6f06ce896856b9c9622be3dfb22e1fba30ed254f25373f08b4d84143552 whois-5.2.12.tar.gz"
sha256sums
=
"8485aa02909fd6aaa1cfd8b5e63559310879bf8a62793a83c96a4502164b968a whois-5.2.12.tar.gz
27876ce871f1116b6bc5baeab5176787b36c5ca1574dff2267b236f97b2a35d4 undefined-libintl.patch"
sha512sums
=
"812ae2a344e5b190175213cca1b10cc58821312f8ad8b31995ecb6963e71b1343ccfa6f06ce896856b9c9622be3dfb22e1fba30ed254f25373f08b4d84143552 whois-5.2.12.tar.gz
83de8846813ee25acda5027a79b71932cdd8d9a13acac6f7d7831c1f84b154fb865abda510d82222e6edb344dead7f480734b1fe83dc3ba8a3ec81b35ba0ab69 undefined-libintl.patch"
This diff is collapsed.
Click to expand it.
community/whois/undefined-libintl.patch
0 → 100644
+
11
−
0
View file @
2379c836
--- whois-5.2.12/Makefile
+++ whois-5.2.12/Makefile.new
@@ -14,7 +14,7 @@
# FreeBSD
#whois_LDADD += -liconv
-#LIBS += -L/usr/local/lib -lintl
+LIBS += -lintl
#INCLUDES += -I/usr/local/include
# OS/2 EMX
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