]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- link libdialog with used libs (ncursesw, m)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Feb 2006 12:53:03 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dialog-link.patch -> 1.1

dialog-link.patch [new file with mode: 0644]

diff --git a/dialog-link.patch b/dialog-link.patch
new file mode 100644 (file)
index 0000000..36690eb
--- /dev/null
@@ -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@
This page took 0.095017 seconds and 4 git commands to generate.