Add perl include path at spec file 55/201155/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified backup/perl-YAML-0.84-20220725 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 accepted/tizen/5.5/unified/20191031.012942 accepted/tizen/5.5/unified/mobile/hotfix/20201027.071922 accepted/tizen/5.5/unified/wearable/hotfix/20201027.104503 accepted/tizen/6.0/unified/20201030.111457 accepted/tizen/6.0/unified/hotfix/20201102.232331 accepted/tizen/6.5/unified/20211028.225700 accepted/tizen/unified/20190311.041302 submit/tizen/20190311.030432 submit/tizen_5.5/20191031.000008 submit/tizen_5.5_mobile_hotfix/20201026.185108 submit/tizen_5.5_wearable_hotfix/20201026.184308 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 submit/tizen_6.5/20211028.163601 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 11 Mar 2019 02:40:54 +0000 (11:40 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 11 Mar 2019 02:41:59 +0000 (11:41 +0900)
fix build error
"""
Can't locate inc/Module/Package.pm in @INC
"""

Change-Id: I85074a645abe2bd6dda25f616297866d66135abd
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/perl-YAML.spec

index e290dd5..ae2d00f 100644 (file)
@@ -40,7 +40,7 @@ For information on the YAML syntax, please refer to the YAML specification.
 cp %{SOURCE1001} .
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl -I. Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install