SOURCES: dialog-link.patch (NEW) - link libdialog with used libs (...

qboosh qboosh at pld-linux.org
Sun Feb 19 13:53:08 CET 2006


Author: qboosh                       Date: Sun Feb 19 12:53:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- link libdialog with used libs (ncursesw, m)

---- Files affected:
SOURCES:
   dialog-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dialog-link.patch
diff -u /dev/null SOURCES/dialog-link.patch:1.1
--- /dev/null	Sun Feb 19 13:53:08 2006
+++ SOURCES/dialog-link.patch	Sun Feb 19 13:53:03 2006
@@ -0,0 +1,11 @@
+--- dialog-1.0-20060126/makefile.in.orig	2006-01-18 23:42:18.000000000 +0100
++++ dialog-1.0-20060126/makefile.in	2006-02-19 13:36:09.136867250 +0100
+@@ -107,7 +107,7 @@
+ $(OBJECTS) : $(srcdir)/dialog.h $(srcdir)/dlg_keys.h dlg_config.h VERSION
+ 
+ $(LIB) : $(LIB_OBJECT)
+-	$(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT)
++	$(LIBTOOL_CREATE) $(LIB) $(LIB_OBJECT) $(LIBS)
+ 	$(RANLIB) $@
+ 
+ dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
================================================================


More information about the pld-cvs-commit mailing list