Skip to content

Commit 308a422

Browse files
author
Christian Hergert
committed
Revert "build: include -rpath $(libdir) with private library."
This reverts commit fb0aff4.
1 parent 772229f commit 308a422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ libmongoc_priv_la_CPPFLAGS += \
3232
endif
3333

3434
libmongoc_priv_la_LDFLAGS = \
35-
$(OPTIMIZE_LDFLAGS) \
36-
-rpath $(libdir)
35+
$(OPTIMIZE_LDFLAGS)
3736

3837
libmongoc_priv_la_LIBADD = \
3938
$(BSON_LIBS) \

0 commit comments

Comments
 (0)