Skip to content

Commit

Permalink
Merge pull request #13183 from smithfarm/wip-17313-jewel
Browse files Browse the repository at this point in the history
jewel: build/ops: add ldap lib to rgw lib deps based on build config

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Feb 20, 2017
2 parents 7e844b6 + 401271e commit 7d6e915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rgw/Makefile.am
Expand Up @@ -114,6 +114,11 @@ LIBRGW_DEPS += \
-lfcgi \
-ldl

if WITH_OPENLDAP
LIBRGW_DEPS += \
-lldap
endif

librgw_la_LIBADD = $(LIBRGW_DEPS) \
$(PTHREAD_LIBS) $(RESOLV_LIBS) libglobal.la \
$(EXTRALIBS)
Expand Down

0 comments on commit 7d6e915

Please sign in to comment.