diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-18 22:19:53 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-18 22:19:53 +0000 |
commit | 017f9dbb6b05db364e9e930f5e30b02f2053e00b (patch) | |
tree | 18c4c3fce84a64e7b1942bab7756d1d70f24a575 /meta/packages/perl/perl-native_5.8.7.bb | |
parent | 467265320c287ab20a302de1251afbc13b7d3ada (diff) | |
download | poky-017f9dbb6b05db364e9e930f5e30b02f2053e00b.tar.gz |
perl/perl-native: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@618 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/perl/perl-native_5.8.7.bb')
-rw-r--r-- | meta/packages/perl/perl-native_5.8.7.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/perl/perl-native_5.8.7.bb b/meta/packages/perl/perl-native_5.8.7.bb index 170a0ebf8d..af7680f013 100644 --- a/meta/packages/perl/perl-native_5.8.7.bb +++ b/meta/packages/perl/perl-native_5.8.7.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Perl is a popular scripting language." | |||
2 | MAINTAINER="David Karlstrom <daka@thg.se>" | 2 | MAINTAINER="David Karlstrom <daka@thg.se>" |
3 | HOMEPAGE = "http://www.perl.org/" | 3 | HOMEPAGE = "http://www.perl.org/" |
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
5 | PR = "r1" | 5 | PR = "r3" |
6 | 6 | ||
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | inherit native | 8 | inherit native |
@@ -18,9 +18,9 @@ PARALLEL_MAKE = "" | |||
18 | 18 | ||
19 | do_configure () { | 19 | do_configure () { |
20 | ./Configure \ | 20 | ./Configure \ |
21 | -Dcc="${BUILD_CC}" \ | 21 | -Dcc="${CC}" \ |
22 | -Dcflags="${BUILD_CFLAGS}" \ | 22 | -Dcflags="${CFLAGS}" \ |
23 | -Dldflags="${BUILD_LDFLAGS} -Wl,-rpath,${STAGING_LIBDIR}" \ | 23 | -Dldflags="$LDFLAGS}" \ |
24 | -Dusethreads \ | 24 | -Dusethreads \ |
25 | -Duselargefiles \ | 25 | -Duselargefiles \ |
26 | -Dprefix=${prefix} \ | 26 | -Dprefix=${prefix} \ |