You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
910 B

  1. From b8a0b953e6305dffeea57886fa379c5aca1b8397 Mon Sep 17 00:00:00 2001
  2. From: illiliti <illiliti@protonmail.com>
  3. Date: Tue, 16 Nov 2021 16:17:40 +0300
  4. Subject: [PATCH 11/15] Revert "Makefile: add stub symbol versioning"
  5. This reverts commit 000ff7bf2fa463ea99afaea8503c2ed9f8a1852c.
  6. ---
  7. Makefile | 3 +--
  8. libudev.sym | 1 -
  9. 2 files changed, 1 insertion(+), 3 deletions(-)
  10. delete mode 100644 libudev.sym
  11. --- a/Makefile
  12. +++ b/Makefile
  13. @@ -8,8 +8,7 @@ PKGCONFIGDIR = ${LIBDIR}/pkgconfig
  14. XCFLAGS = ${CPPFLAGS} ${CFLAGS} -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700 \
  15. -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes \
  16. -Wno-unused-parameter
  17. -XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1 \
  18. - -Wl,-version-script,libudev.sym
  19. +XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1
  20. XARFLAGS = -rc
  21. OBJ = \
  22. --- a/libudev.sym
  23. +++ /dev/null
  24. @@ -1 +0,0 @@
  25. -LIBUDEV_183 {};