lsvpd/lsvpd-1.6.12-sg3_utils.patch

14 lines
479 B
Diff
Raw Normal View History

2012-05-04 14:25:08 +00:00
diff -up lsvpd-1.6.12/Makefile.am.sg3_utils lsvpd-1.6.12/Makefile.am
--- lsvpd-1.6.12/Makefile.am.sg3_utils 2011-12-08 09:27:59.000000000 +0100
+++ lsvpd-1.6.12/Makefile.am 2012-05-04 16:22:53.738981152 +0200
@@ -40,7 +40,8 @@ lsvio_SOURCES = src/output/lsvio.cpp \
lsmcode_SOURCES = src/output/lsmcode.cpp \
$(update_h_files)
-vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx
+vpdupdate_LDADD = -lz -lstdc++ -lvpd_cxx -lsgutils2
+
if SGUTIL1
vpdupdate_LDADD += -lsgutils
endif