packages: hexedit/hexedit.spec - fix build with --no-add-needed ldflag

sparky sparky at pld-linux.org
Thu Jan 6 21:13:21 CET 2011


Author: sparky                       Date: Thu Jan  6 20:13:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build with --no-add-needed ldflag

---- Files affected:
packages/hexedit:
   hexedit.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/hexedit/hexedit.spec
diff -u packages/hexedit/hexedit.spec:1.28 packages/hexedit/hexedit.spec:1.29
--- packages/hexedit/hexedit.spec:1.28	Sun Feb 18 14:20:03 2007
+++ packages/hexedit/hexedit.spec	Thu Jan  6 21:13:16 2011
@@ -45,7 +45,8 @@
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %{__aclocal}
 %{__autoconf}
-%configure
+%configure \
+	LIBS="-ltinfo"
 %{__make}
 
 %install
@@ -69,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2011/01/06 20:13:16  sparky
+- fix build with --no-add-needed ldflag
+
 Revision 1.28  2007/02/18 13:20:03  qboosh
 - pl cosmetic
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hexedit/hexedit.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list