Closed GoogleCodeExporter closed 9 years ago
Suggested patch:
Index: bindings/perl/src/CMakeLists.txt
===================================================================
--- bindings/perl/src/CMakeLists.txt (revision 768)
+++ bindings/perl/src/CMakeLists.txt (working copy)
@@ -10,9 +10,6 @@
set(Libproxy_LIB_SRCS Libproxy.c)
-set(CMAKE_C_COMPILER ${CMAKE_CXX_COMPILER})
-set(CMAKE_C_FLAGS ${PERL_CXX_FLAGS} )
-
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/perl/blib/arch/auto/Net)
add_library(PLlibproxy SHARED ${Libproxy_LIB_SRCS})
--
In first place though we'll have to verify why the compiler has been overridden
like this to C++.... looks odd. A local test build passed.
Original comment by dominiqu...@gmail.com
on 1 Oct 2010 at 10:41
commited in r773
Original comment by dominiqu...@gmail.com
on 12 Oct 2010 at 2:51
Original issue reported on code.google.com by
hilli...@googlemail.com
on 1 Oct 2010 at 9:00Attachments: