Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
8d9a99b2
Commit
8d9a99b2
authored
Apr 01, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9515 - Fix .lo file generation during build process
parent
ded462bc
Pipeline
#2391
canceled with stage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/datamorph/Makefile
View file @
8d9a99b2
...
...
@@ -49,10 +49,12 @@ sp :=
dir
:=
tests
include
$(dir)/Rules.mk
%.lo
:
%.c
.SUFFIXES
:
.c .o .lo
.c.lo
:
$(LIBTOOL)
--mode
=
compile
$(CC)
$(OPT)
$(DEFS)
$(INCS)
-c
$<
%.la
:
%
.lo
datamorph.la
:
datamorph
.lo
$(LIBTOOL)
--mode
=
link
$(CC)
$(OPT)
-version-info
$(LTVER)
\
-rpath
$(moduledir)
-module
-o
$@
$?
$(LIBS)
...
...
contrib/slapd-modules/variant/Makefile
View file @
8d9a99b2
...
...
@@ -49,10 +49,12 @@ sp :=
dir
:=
tests
include
$(dir)/Rules.mk
%.lo
:
%.c
.SUFFIXES
:
.c .o .lo
.c.lo
:
$(LIBTOOL)
--mode
=
compile
$(CC)
$(OPT)
$(DEFS)
$(INCS)
-c
$<
%.la
:
%
.lo
variant.la
:
variant
.lo
$(LIBTOOL)
--mode
=
link
$(CC)
$(OPT)
-version-info
$(LTVER)
\
-rpath
$(moduledir)
-module
-o
$@
$?
$(LIBS)
...
...
Write
Preview
Supports
Markdown
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