p5-OSSP-uuid: get rid of the dereferenced $srcdir.

This commit is contained in:
Mike M. Volokhov 2017-01-25 14:51:37 +02:00
parent 0eb2a50b7b
commit 787e34be79
2 changed files with 3 additions and 2 deletions

View file

@ -4,5 +4,5 @@ SHA1 (uuid-1.6.2.tar.gz) = 3e22126f0842073f4ea6a50b1f59dcb9d094719f
RMD160 (uuid-1.6.2.tar.gz) = f9cd513577557c4f1d7de869f80035b8844b56d7
SHA512 (uuid-1.6.2.tar.gz) = 16c7e016ce08d7679cc6ee7dec43a886a8c351960acdde99f8f9b590c7232d521bc6e66e4766d969d22c3f835dcc2814fdecc44eef1cd11e7b9b0f9c41b5c03e
Size (uuid-1.6.2.tar.gz) = 397048 bytes
SHA1 (patch-perl_Makefile.PL) = 21be77416a551afd15debe0894f62d822ce78101
SHA1 (patch-perl_Makefile.PL) = 23f059f4324283f26d3cd6fd1056964ea7753811
SHA1 (patch-perl_uuid.xs) = 075b1bb78ef625c6df333dd4c1b38d7d2770c91a

View file

@ -25,7 +25,8 @@ Also, rename package files to avoid conflict with devel/libuuid
- LIBS => [ "-L$srcdir/.libs -L$srcdir -luuid" ],
+ LIBS => [ "$ENV{LDFLAGS} -lossp-uuid" ],
DEFINE => '',
INC => "-I. -I$srcdir",
- INC => "-I. -I$srcdir",
+ INC => "-I.",
PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm',
'uuid.pod' => '$(INST_LIBDIR)/uuid.pod',
($compat ? ('uuid_compat.pm' => '$(INST_LIBDIR)/../Data/UUID.pm') : ()),