mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Don't set -rpath $(libdir) on linking (yet)
This commit is contained in:
parent
099906fafb
commit
ac2b57443e
1 changed files with 4 additions and 1 deletions
|
|
@ -57,7 +57,10 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
|||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = @OPENLDAP_LIBVERSION@
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
|
||||
#We don't use our own shared libraries (yet)
|
||||
#LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
|
||||
# $(CFLAGS) $(LDFLAGS)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(CC) \
|
||||
$(CFLAGS) $(LDFLAGS)
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue