diff options
author | darealshinji <djcj@gmx.de> | 2015-07-13 17:53:38 (GMT) |
---|---|---|
committer | darealshinji <djcj@gmx.de> | 2015-07-13 17:53:38 (GMT) |
commit | 453660e7db8a1889627bba17b5606ad8a035c23c (patch) | |
tree | 1ebe0966fd596ec17e7fc91b006d226140c930ff /tests | |
parent | 764dacc6d6e54e343bbe62ea05e3df7dbd175e2c (diff) | |
download | patchelf-453660e7db8a1889627bba17b5606ad8a035c23c.zip patchelf-453660e7db8a1889627bba17b5606ad8a035c23c.tar.gz patchelf-453660e7db8a1889627bba17b5606ad8a035c23c.tar.bz2 |
tests: build libsimple without soname
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 190212c..284eb80 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -94,7 +94,7 @@ libbar_scoped_so_SOURCES = bar.c libbar_scoped_so_LDFLAGS = $(LDFLAGS_sharedlib) libsimple_so_SOURCES = simple.c -libsimple_so_LDFLAGS = $(LDFLAGS_sharedlib) -Wl,-soname,libsimple.so.1.0 +libsimple_so_LDFLAGS = $(LDFLAGS_sharedlib) no_rpath_SOURCES = no-rpath.c # no -fpic for no-rpath.o |