Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
2c34414f
Commit
2c34414f
authored
Dec 26, 2008
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LEMONLDAP::NG : make test failed at first install
parent
52e22cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
build/lemonldap-ng/Makefile
build/lemonldap-ng/Makefile
+4
-3
No files found.
build/lemonldap-ng/Makefile
View file @
2c34414f
...
...
@@ -3,6 +3,7 @@
# Prefix for packaging
DESTDIR
=
PERL
=
$$
(
which perl
)
# Perl options
#PERLOPTIONS="INSTALLDIRS=vendor"
PERLOPTIONS
=
...
...
@@ -132,13 +133,13 @@ common_test: common
@
$(MAKE)
-C
${SRCCOMMONDIR}
test
handler_test
:
handler common_test
@
$(MAKE)
-C
${SRCHANDLERDIR}
test
INST_ARCHLIB
=
../
${SRCCOMMONDIR}
/blib/lib/
@
$(MAKE)
-C
${SRCHANDLERDIR}
test
FULLPERL
=
"
$(PERL)
-I../
${SRCCOMMONDIR}
/blib/lib/"
portal_test
:
portal handler_test common_test
@
$(MAKE)
-C
${SRCPORTALDIR}
test
INST_ARCHLIB
=
../
${SRCCOMMONDIR}
/blib/lib/
@
$(MAKE)
-C
${SRCPORTALDIR}
test
FULLPERL
=
"
$(PERL)
-I../
${SRCCOMMONDIR}
/blib/lib/ -I../
${SRCHANDLERDIR}
/blib/lib/"
manager_test
:
manager handler_test common_test
@
$(MAKE)
-C
${SRCMANAGERDIR}
test
INST_ARCHLIB
=
../
${SRCCOMMONDIR}
/blib/lib/
@
$(MAKE)
-C
${SRCMANAGERDIR}
test
FULLPERL
=
"
$(PERL)
-I../
${SRCCOMMONDIR}
/blib/lib/ -I../
${SRCHANDLERDIR}
/blib/lib/"
#
# 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