From: Samuel Martin <s.martin49@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libcgi: fix cflags
Date: Sun, 3 Jun 2012 17:15:12 +0200 [thread overview]
Message-ID: <1338736512-21375-1-git-send-email-s.martin49@gmail.com> (raw)
Fixes http://autobuild.buildroot.org/results/4000a12a9b237bd12618eb22ea793a913fc73b4f
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/libcgi/libcgi.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libcgi/libcgi.patch b/package/libcgi/libcgi.patch
index 716d83c..12a7b10 100644
--- a/package/libcgi/libcgi.patch
+++ b/package/libcgi/libcgi.patch
@@ -27,7 +27,7 @@
exec_prefix = @exec_prefix@
-SHAREDOPT = -shared
-+SHAREDOPT = -shared -fPIC,-Wl,-soname,libcgi.so.0
++SHAREDOPT = -shared -fPIC -Wl,-soname,libcgi.so.0
LIBDIR = $(prefix)/lib
-INCDIR = $(prefix)/include
+INCDIR = $(prefix)/include/libcgi/
--
1.7.10.3
next reply other threads:[~2012-06-03 15:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-03 15:15 Samuel Martin [this message]
2012-06-05 21:17 ` [Buildroot] [PATCH 1/1] libcgi: fix cflags Peter Korsgaard
2012-06-05 22:49 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338736512-21375-1-git-send-email-s.martin49@gmail.com \
--to=s.martin49@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox