vbetool-1.0-build-as-needed.patch 537 B

12345678910111213141516171819
  1. Index: vbetool-1.0/Makefile.am
  2. ===================================================================
  3. --- vbetool-1.0.orig/Makefile.am
  4. +++ vbetool-1.0/Makefile.am
  5. @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
  6. sbin_PROGRAMS = vbetool
  7. -vbetool_LDADD = $(libdir)/libpci.a
  8. +vbetool_LDADD = -lpci -lz -lx86
  9. man_MANS = vbetool.1
  10. vbetool_SOURCES = vbetool.c $(x86)
  11. @@ -14,4 +14,3 @@ maintainer-clean-local:
  12. $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
  13. AM_CFLAGS = -g -Wall -pedantic -std=gnu99
  14. -AM_LDFLAGS = -lz -lx86