12 lines
692 B
Diff
12 lines
692 B
Diff
diff -up memstomp-0.1.4-38573e7d/configure.ac.orig memstomp-0.1.4-38573e7d/configure.ac
|
|
--- memstomp-0.1.4-38573e7d/configure.ac.orig 2023-03-06 14:07:57.086183046 -0500
|
|
+++ memstomp-0.1.4-38573e7d/configure.ac 2023-03-06 14:16:31.513215306 -0500
|
|
@@ -76,6 +76,8 @@ AC_SEARCH_LIBS([htab_find_slot], [iberty
|
|
AC_CHECK_HEADERS([libiberty.h], [], [AC_MSG_ERROR([*** libiberty.h header not found])])
|
|
AC_SEARCH_LIBS([bfd_init], [bfd], [], [AC_MSG_ERROR([*** libbfd not found])])
|
|
AC_CHECK_HEADERS([bfd.h], [], [AC_MSG_ERROR([*** bfd.h header not found])])
|
|
+# Newer binutils-2.40 also need to link with sframe library
|
|
+AC_SEARCH_LIBS(sframe_decode, sframe)
|
|
|
|
#### Typdefs, structures, etc. ####
|
|
|