summaryrefslogtreecommitdiffstats
path: root/patches/libcgi-1.0/0200-fix-typo.patch
blob: 1ad1d7b4f93543736fa2c3349807d086d17b00c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Alexander Dahl <post@lespocky.de>
Date: Fri, 21 Mar 2014 13:58:08 +0100
Subject: [PATCH] fix typo

---
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 21e4ce9..bd00413 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,7 @@ INSTALL_DATA = @INSTALL_DATA@ -D
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
-SHAREDOPT = -shared -shared -fPIC,-Wl,-soname,libcgi.so.0
+SHAREDOPT = -shared -shared -fPIC -Wl,-soname,libcgi.so.0
 libdir = $(prefix)/lib
 incdir = $(prefix)/include/libcgi
 mandir	= $(prefix)/man/man3