Browse Source

Revert "pkg/debian: Statically link everything for sign-file"

This reverts commit 79d64205cbacf5a458971eddbd047458beaaf721.
Maximilian Luz 11 months ago
parent
commit
6aa90169e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/debian/kernel/0001-kbuild-Link-sign-file-statically.patch

+ 1 - 1
pkg/debian/kernel/0001-kbuild-Link-sign-file-statically.patch

@@ -16,7 +16,7 @@ index bc90520a54266..1d092bfd28e3a 100644
  HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
  HOSTCFLAGS_sign-file.o = $(shell $(HOSTPKG_CONFIG) --cflags libcrypto 2> /dev/null)
 -HOSTLDLIBS_sign-file = $(shell $(HOSTPKG_CONFIG) --libs libcrypto 2> /dev/null || echo -lcrypto)
-+HOSTLDLIBS_sign-file = -static -Wl,-Bstatic $(shell $(HOSTPKG_CONFIG) --static --libs libcrypto 2> /dev/null || echo -lcrypto -ldl -pthread)
++HOSTLDLIBS_sign-file = -Wl,-Bstatic $(shell $(HOSTPKG_CONFIG) --static --libs libcrypto 2> /dev/null || echo -lcrypto -ldl -pthread) -Wl,-Bdynamic
  
  ifdef CONFIG_UNWINDER_ORC
  ifeq ($(ARCH),x86_64)