Drop -rpath libtool option as libexpat.so has no dependencies (#181)

This commit is contained in:
Tomasz Kłoczko 2017-12-25 10:12:22 +01:00 committed by Sebastian Pipping
parent a04764dcf0
commit d739e1d0e2

View File

@ -37,8 +37,7 @@ lib_LTLIBRARIES = libexpat.la
libexpat_la_LDFLAGS = \
-no-undefined \
-version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@ \
-rpath $(libdir)
-version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
libexpat_la_SOURCES = \
loadlibrary.c \