Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
82faeff5
Commit
82faeff5
authored
May 24, 2012
by
Natanael Copa
Committed by
Francesco Colista
May 25, 2012
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/lua-ldap: fix underlinking issue
need to link with -llber ref
#1174
parent
f461d730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testing/lua-ldap/APKBUILD
testing/lua-ldap/APKBUILD
+2
-2
No files found.
testing/lua-ldap/APKBUILD
View file @
82faeff5
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
lua-ldap
pkgver
=
1.1.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Lua binding to ldap"
url
=
"http://www.keplerproject.org/lualdap/"
arch
=
"all"
...
...
@@ -28,7 +28,7 @@ prepare() {
build
()
{
cd
"
$_builddir
"
make
||
return
1
make
OPENLDAP_LIB
=
"-lldap -llber"
||
return
1
}
package
()
{
...
...
Daniel Oceno
@danieloc
mentioned in issue
#1174 (closed)
·
Jul 12, 2019
mentioned in issue
#1174 (closed)
mentioned in issue #1174
Toggle commit list
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