2 changed files with 1 additions and 15 deletions
@ -1,12 +0,0 @@ |
|||||||
Index: perl/Makefile.PL
|
|
||||||
--- perl/Makefile.PL.orig 2007-01-01 19:13:18.000000000 +0100
|
|
||||||
+++ perl/Makefile.PL 2015-01-12 18:31:58.826389476 +0100
|
|
||||||
@@ -61,7 +61,7 @@
|
|
||||||
NO_META => 1,
|
|
||||||
# cruel hack to workaround the conflict between OSSP uuid's
|
|
||||||
# uuid_create() function and one from FreeBSD's libc
|
|
||||||
- (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[56]\./
|
|
||||||
+ (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd/
|
|
||||||
and $Config{'ld'} =~ m/cc$/ and -f "/usr/include/uuid.h") ?
|
|
||||||
( LDDLFLAGS => $Config{'lddlflags'} . ' -Wl,-Bsymbolic') : ())
|
|
||||||
);
|
|
||||||
Loading…
Reference in new issue