summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2024-06-05 17:21:54 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2024-06-05 17:22:51 +0900
commit2d45239a15855c2cf28d026876e4d7f0b293d30d (patch)
treea405b25c05a80dea47512d160c8860fabc46fe4c
parentc3e7c3f31d9c29b2a5244ee1c7321dfb5763f10d (diff)
downloadperl-XML-LibXML-accepted/tizen_unified_x.tar.gz
perl-XML-LibXML-accepted/tizen_unified_x.tar.bz2
perl-XML-LibXML-accepted/tizen_unified_x.zip
-Wno-error=incompatible-pointer-types Change-Id: Icd319f67a15d044db64e45ad3d17f3aa21551ea0
-rw-r--r--packaging/perl-XML-LibXML.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/perl-XML-LibXML.spec b/packaging/perl-XML-LibXML.spec
index 55b0592..fb3e5b6 100644
--- a/packaging/perl-XML-LibXML.spec
+++ b/packaging/perl-XML-LibXML.spec
@@ -46,7 +46,7 @@ Authors:
cp %{SOURCE1001} .
%build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall -Wno-error=incompatible-pointer-types"
%{__make} %{?_smp_mflags}
%check