python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / linux / fsverity-utils / remove-dynamic-libs.patch
blob95635cbccdb87081a1eb3d4dd3d10e797ebdafdc
1 diff --git a/Makefile b/Makefile
2 index 2304a21..697ccd4 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -149,13 +149,11 @@ libfsverity.so.$(SOVERSION):$(SHARED_LIB_OBJ)
6 $(QUIET_CCLD) $(CC) -o $@ -Wl,-soname=$@ -shared $+ \
7 $(CFLAGS) $(LDFLAGS) $(LDLIBS)
9 -DEFAULT_TARGETS += libfsverity.so.$(SOVERSION)
11 # Create the symlink libfsverity.so => libfsverity.so.$(SOVERSION)
12 libfsverity.so:libfsverity.so.$(SOVERSION)
13 $(QUIET_LN) ln -sf $+ $@
15 -DEFAULT_TARGETS += libfsverity.so
17 ##############################################################################
19 @@ -263,8 +261,6 @@ install:all
20 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR)
21 install -m755 $(FSVERITY) $(DESTDIR)$(BINDIR)
22 install -m644 libfsverity.a $(DESTDIR)$(LIBDIR)
23 - install -m755 libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR)
24 - ln -sf libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR)/libfsverity.so
25 install -m644 include/libfsverity.h $(DESTDIR)$(INCDIR)
26 sed -e "s|@PREFIX@|$(PREFIX)|" \
27 -e "s|@LIBDIR@|$(LIBDIR)|" \