Mailinglist Archive: opensuse-packaging (174 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Package: dumb Project: home:saigkill
- From: "Sascha 'saigkill' Manns" <samannsml@xxxxxxxxxxxxx>
- Date: Sun, 8 Mar 2009 18:59:55 +0100
- Message-id: <200903081859.55840@xxxxxxxxxxxxxxxxxxxxx>
On Sonntag 08 März 2009 18:15:07 Cristian Rodríguez wrote:
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
DISCLAIMER: Please note that in accordance with the German law on data
retention,
information on every electronic information exchange with me is retained
for a period of six months.
http://www.vorratsdatenspeicherung.de
http://www.ccc.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Sascha 'saigkill' Manns escribió:Yes, with $LDFLAGS it runs. Now the RPMLint Warning is weg.
that will answer several of your possible questions..
Thanks for the Tip. I've tried:
configure.in:
AC_ARG_ENABLE(debug,
AC_HELP_STRING(--enable-debug, build debug),
- CXXFLAGS="$CXXFLAGS -g"
+ CXXFLAGS="$CXXFLAGS -g -Wa,--noexecstack"
AC_DEFINE(DEBUG))
But that doesn't work. Has anyone an idea?
of course, it will not work.. those are linker flags "LDFLAGS" not
compiler ones..
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
DISCLAIMER: Please note that in accordance with the German law on data
retention,
information on every electronic information exchange with me is retained
for a period of six months.
http://www.vorratsdatenspeicherung.de
http://www.ccc.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |