Partially back out r183, by removing -fPIC from Cygwin builds. It's
unnecessary there and just creates a warning. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@186 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -147,7 +147,6 @@ AC_DEFUN(AC_CHECK_PLUGIN_SUPPORT,
|
||||
])
|
||||
;;
|
||||
CYGWIN*)
|
||||
SHLIB_CFLAGS="-fPIC"
|
||||
SHLIB_SUFFIX=".dll"
|
||||
SHLIB_LD="dllwrap --export-all --output-def \$(PLUGIN_NAME).def --implib lib\$(PLUGIN_NAME).a --driver-name \$(CC)"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user