Installation: Fix soname QA warning in Gentoo

Gentoo warns about libs missing a proper soname during QA phase. Let's
fix this.

Signed-off-by: Kai Krakow <kai@kaishome.de>
Dieser Commit ist enthalten in:
Kai Krakow
2018-01-11 02:30:12 +01:00
Ursprung 3391593cb9
Commit 3a24cd3010
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -33,4 +33,4 @@ depends.mk: *.cc
$(CXX) $(CXXFLAGS) -o $@ -c $<
libcrucible.so: $(OBJS) Makefile
$(CXX) $(LDFLAGS) -o $@ $(OBJS) -shared -luuid
$(CXX) $(LDFLAGS) -o $@ $(OBJS) -shared -Wl,-soname,$@ -luuid