]> git.pld-linux.org Git - packages/lsvpd.git/blob - lsvpd-make.patch
583d19d5ab2c15a8db556118469434ffcdb593ef
[packages/lsvpd.git] / lsvpd-make.patch
1 --- lsvpd-1.6.11/Makefile.am.orig       2011-06-16 00:59:59.000000000 +0200
2 +++ lsvpd-1.6.11/Makefile.am    2011-09-23 19:29:44.906120445 +0200
3 @@ -40,7 +40,7 @@
4  lsmcode_SOURCES = src/output/lsmcode.cpp \
5                 $(update_h_files)
6  
7 -vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils
8 +vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils2
9  vpdupdate_LDFLAGS = -Wall
10  lsvpd_LDADD = -lz -lstdc++ -lvpd_cxx
11  lsvpd_LDFLAGS = -Wall
12 @@ -53,25 +53,9 @@
13  
14  AM_CXXFLAGS = -DDEST_DIR='"${exec_prefix}"' -DVPD_VERSION='"@VERSION@"'
15  
16 -if PCI_IDS_LOC
17 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/pci.ids"'
18 -else
19 -if PCI_IDS_LOC2
20 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/hwdata/pci.ids"'
21 -else
22 -AM_CXXFLAGS += -DPCI_IDS='"/usr/share/misc/pci.ids"'
23 -endif
24 -endif
25 -
26 -if USB_IDS_LOC
27 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/usb.ids"'
28 -else
29 -if USB_IDS_LOC2
30 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/hwdata/usb.ids"'
31 -else
32 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/misc/usb.ids"'
33 -endif
34 -endif
35 +AM_CXXFLAGS += -DPCI_IDS='"/etc/pci.ids"'
36 +
37 +AM_CXXFLAGS += -DUSB_IDS='"/etc/usb.ids"'
38  
39  SUBDIRS = docs
40  
This page took 0.115205 seconds and 2 git commands to generate.