summaryrefslogtreecommitdiff
path: root/sys-apps/vbetool/files/vbetool-1.0-build.patch
blob: d0b23914618492b31e9224600b21d6a5f68629ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 sbin_PROGRAMS = vbetool
 
-vbetool_LDADD = $(libdir)/libpci.a
+vbetool_LDADD = -lpci -lz -lx86
 
 man_MANS = vbetool.1
 vbetool_SOURCES = vbetool.c $(x86)
@@ -13,5 +13,4 @@
 maintainer-clean-local: 
 	$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
 
-AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = -lz -lx86
+AM_CFLAGS = -Wall -pedantic -std=gnu99