bin/146648: lib/libarchive/Makefile broken

Andrew Reilly areilly at bigpond.net.au
Mon May 17 01:50:02 UTC 2010


>Number:         146648
>Category:       bin
>Synopsis:       lib/libarchive/Makefile broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 01:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Reilly
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD duncan.reilly.home 9.0-CURRENT FreeBSD 9.0-CURRENT #5: Fri May 14 20:45:12 EST 2010 root at duncan.reilly.home:/nb/obj/nb/src/sys/DUNCAN amd64


	
>Description:
	make buildworld stopped in libarchive just now.
	cc complained that it couldn't find "1"
>How-To-Repeat:
	cd /usr/src/lib/libarchive; make
	or cd /usr/src; make buildworld
>Fix:

--- lib/libarchive/Makefile.orig        2010-05-17 11:39:53.000000000 +1000
+++ lib/libarchive/Makefile     2010-05-17 11:40:01.000000000 +1000
@@ -7,7 +7,7 @@
 
 DPADD+= ${LIBBZ2}
 LDADD+= -lbz2
-CFLAGS+= -DHAVE_BZLIB_H 1
+CFLAGS+= -DHAVE_BZLIB_H=1
 
 DPADD+= ${LIBLZMA}
 LDADD+= -llzma

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list