atom feed12 messages in org.freebsd.freebsd-archRe: Need a code review
FromSent OnAttachments
M. Warner LoshJul 29, 2008 3:12 pm 
Dag-Erling SmørgravJul 29, 2008 11:49 pm 
M. Warner LoshJul 30, 2008 11:41 am 
Oleksandr TymoshenkoAug 7, 2008 7:38 am 
Oleksandr TymoshenkoAug 7, 2008 10:36 am 
Dag-Erling SmørgravAug 7, 2008 4:06 pm 
Oleksandr TymoshenkoAug 10, 2008 5:20 am 
Dag-Erling SmørgravAug 10, 2008 1:51 pm 
Oleksandr TymoshenkoAug 11, 2008 11:27 am 
Giorgos KeramidasAug 11, 2008 6:19 pm 
Alexander KabaevAug 22, 2008 6:34 pm 
M. Warner LoshAug 22, 2008 11:56 pm 
Subject:Re: Need a code review
From:Dag-Erling Smørgrav (de@des.no)
Date:Aug 7, 2008 4:06:19 pm
List:org.freebsd.freebsd-arch

Oleksandr Tymoshenko <gon@freebsd.org> writes:

openpam detects static modules build using cpp(1) condition: #if defined(__GNUC__) && !defined(__PIC__) && !defined(NO_STATIC_MODULES) The problem is that gcc MIPS option -mabi-calls assumes -fpic for both static and dynamic builds. So the question is: would defining NO_STATIC_MODULES for MIPS be enough or it should be addressed upstream?

"upstream" in this case means me.

DES