[Bug 473046] Review Request: miniupnpc - command line tool to control NAT in UPnP-enabled routers as Linksys, D-Link etc

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 30 21:48:41 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=473046





--- Comment #14 from Avi Alkalay <avi at unix.sh>  2008-11-30 16:48:38 EDT ---
I was passing the compilation flags on %build like this:

make %{?_smp_mflags} CFLAGS="%{optflags} -DNDEBUG"

But in some gcc calls it was not working. Apparently miniupnpc Makefile is not
very robust. So I did this:

make %{?_smp_mflags} CFLAGS="%{optflags} -DNDEBUG" CC="gcc %{optflags}
-DNDEBUG"

About the x86_64 issues, I can't really help because I don't access to this
platform to test it. Hope you won't ask me to build it on an s390x too :-)

Seriously, how I can get access to a x86_64 machine to fix it? Does Fedora
Project provides one for build purposes ?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list