Drop -rpath libtool option as libexpat.so has no dependencies (#181)
This commit is contained in:
parent
a04764dcf0
commit
d739e1d0e2
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user