* [Buildroot] [PATCH 1/1] libcgi: fix cflags
@ 2012-06-03 15:15 Samuel Martin
2012-06-05 21:17 ` Peter Korsgaard
2012-06-05 22:49 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Samuel Martin @ 2012-06-03 15:15 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libcgi: fix cflags
2012-06-03 15:15 [Buildroot] [PATCH 1/1] libcgi: fix cflags Samuel Martin
@ 2012-06-05 21:17 ` Peter Korsgaard
2012-06-05 22:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-06-05 21:17 UTC (permalink / raw)
To: buildroot
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Fixes http://autobuild.buildroot.org/results/4000a12a9b237bd12618eb22ea793a913fc73b4f
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Samuel> ---
Samuel> package/libcgi/libcgi.patch | 2 +-
Samuel> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, could you please add a git-style header with description and
your signed-off-by to this patch (and perhaps a more descriptive file
name)?
Samuel> diff --git a/package/libcgi/libcgi.patch b/package/libcgi/libcgi.patch
Samuel> index 716d83c..12a7b10 100644
Samuel> --- a/package/libcgi/libcgi.patch
Samuel> +++ b/package/libcgi/libcgi.patch
Samuel> @@ -27,7 +27,7 @@
Samuel> exec_prefix = @exec_prefix@
Samuel> -SHAREDOPT = -shared
Samuel> -+SHAREDOPT = -shared -fPIC,-Wl,-soname,libcgi.so.0
Samuel> ++SHAREDOPT = -shared -fPIC -Wl,-soname,libcgi.so.0
Samuel> LIBDIR = $(prefix)/lib
Samuel> -INCDIR = $(prefix)/include
Samuel> +INCDIR = $(prefix)/include/libcgi/
Samuel> --
Samuel> 1.7.10.3
Samuel> _______________________________________________
Samuel> buildroot mailing list
Samuel> buildroot at busybox.net
Samuel> http://lists.busybox.net/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libcgi: fix cflags
2012-06-03 15:15 [Buildroot] [PATCH 1/1] libcgi: fix cflags Samuel Martin
2012-06-05 21:17 ` Peter Korsgaard
@ 2012-06-05 22:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-06-05 22:49 UTC (permalink / raw)
To: buildroot
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:
Samuel> Fixes http://autobuild.buildroot.org/results/4000a12a9b237bd12618eb22ea793a913fc73b4f
Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-05 22:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03 15:15 [Buildroot] [PATCH 1/1] libcgi: fix cflags Samuel Martin
2012-06-05 21:17 ` Peter Korsgaard
2012-06-05 22:49 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox