Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a1ced2

Browse files
committed
Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's
problem. Per recent discussions about plperl failing to build on Linux.
1 parentb02d3aa commit9a1ced2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/include/port/linux.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise */
2+
#ifndef_GNU_SOURCE
3+
#define_GNU_SOURCE 1
4+
#endif
5+
6+
17
#if defined(__i386__)
28
typedefunsignedcharslock_t;
39

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp