OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-HeaderParser-XS?expand=0&rev=9
11 lines
417 B
Diff
11 lines
417 B
Diff
--- Makefile.PL.orig 2024-10-04 13:27:48.018837873 +0000
|
|
+++ Makefile.PL 2024-10-04 13:27:53.818828826 +0000
|
|
@@ -15,7 +15,6 @@ WriteMakefile(
|
|
# Un-comment this if you add C files to link with later:
|
|
OBJECT => 'headers.o HTTPHeaders.o', # link all the C files too
|
|
XSOPT => '-C++',
|
|
- CCFLAGS => '-g',
|
|
CC => 'g++',
|
|
LD => 'g++',
|
|
);
|