aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libselinux/symlink.patch
blob: b77264f2f968cbfcff54b7c9bc42640d6e34657f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/Makefile.orig
+++ ./src/Makefile
@@ -151,7 +151,7 @@
 	install -m 755 $(LIBSO) $(SHLIBDIR)
 	test -d $(LIBDIR)/pkgconfig || install -m 755 -d $(LIBDIR)/pkgconfig
 	install -m 644 $(LIBPC) $(LIBDIR)/pkgconfig
-	ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET)
+	ln -sf $(LIBSO) $(LIBDIR)/$(TARGET)
 
 install-pywrap: pywrap
 	test -d $(PYLIBDIR)/site-packages/selinux || install -m 755 -d $(PYLIBDIR)/site-packages/selinux