Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 00:41:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200586] [PATCH] devel/luafilesystem use base system make
Message-ID:  <bug-200586-13-ZIzzL2ZuV6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200586-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200586-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200586

--- Comment #2 from fiziologus@gmail.com ---
(In reply to Thomas Zander from comment #1)
This build system error (or your ports tree mirror incorect).

===>  Building for lua52-luafilesystem-1.6.3
--- src/lfs.o ---
cc -O2 -pipe  -fstack-protector -fno-strict-aliasing   -O2 -Wall -fPIC -W
-Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow
-Wwrite-strings -pedantic -I/usr/local/include/lua52 -c src/lfs.c
--- src/lfs.so ---
cc -O2 -pipe  -fstack-protector -fno-strict-aliasing   -O2 -Wall -fPIC -W
-Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow
-Wwrite-strings -pedantic -I/usr/local/include/lua52 -shared -o src/lfs.so
src/lfs.o

'-o' flag not use default (in port for object file build use default scheme
'$CC $CFLAGS -c $SOURCE', defined only lib compile rules).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200586-13-ZIzzL2ZuV6>