summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2015-07-13 17:53:38 (GMT)
committerdarealshinji <djcj@gmx.de>2015-07-13 17:53:38 (GMT)
commit453660e7db8a1889627bba17b5606ad8a035c23c (patch)
tree1ebe0966fd596ec17e7fc91b006d226140c930ff
parent764dacc6d6e54e343bbe62ea05e3df7dbd175e2c (diff)
downloadpatchelf-453660e7db8a1889627bba17b5606ad8a035c23c.zip
patchelf-453660e7db8a1889627bba17b5606ad8a035c23c.tar.gz
patchelf-453660e7db8a1889627bba17b5606ad8a035c23c.tar.bz2
tests: build libsimple without soname
-rw-r--r--tests/Makefile.am2
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