]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good-library
Accept libraries which end with a character (e.g. .so.0d).
[blhc/blhc.git] / t / logs / good-library
index c160a8a800ebcd6deeb74ea2e1de975e55e323c5..76d461f1212a5b37be61bb1eeebe42fbf65e39de 100644 (file)
@@ -2,3 +2,7 @@
 # libraries.
 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -fPIC -DPIC -o libtest.o
 gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,relro -Wl,now -Wl,--as-needed -o libtest.so
+
+gcc -shared -fPIC test.o -Wl,-z -Wl,relro -Wl,now -o .libs/libtest.so.1.0.0
+
+gcc -shared -fPIE -pie -o libtest.so.0d ./test-a.o test/./test-b.o -Wl,-z,relro -Wl,-z,now -lpthread -ldl