Author: alexander Date: 2007-04-28 23:50:12 -0600 (Sat, 28 Apr 2007) New Revision: 1866
Modified: trunk/packages/strace/Makefile Log: Updated strace. Mutt and msmtp updates are postponed because of new dependencies Modified: trunk/packages/strace/Makefile =================================================================== --- trunk/packages/strace/Makefile 2007-04-28 13:17:25 UTC (rev 1865) +++ trunk/packages/strace/Makefile 2007-04-29 05:50:12 UTC (rev 1866) @@ -1,12 +1,12 @@ # strace Makefile NM= strace -VRS= 4.5.14 +VRS= 4.5.15 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE) -SHA-$(FILE)= 72c17d1dd6786d22ca0aaaa7292b8edcd70a27de +SHA-$(FILE)= a6bd153eeb1a25a50bb5a1d92887a4911ec9ad48 # Targets @@ -20,8 +20,6 @@ $(std_build) compile-stage2: - sed -i 's/ifdef PT_GETSIGINFO/if 0/' strace.c - sed -i '/CTL_PROC/d' system.c ./configure --prefix=/usr make make install -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
