Skip to content

Commit

Permalink
A long overdue patch to make the dyn* stuff work easily on freebsd.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@20778 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Joshua Isom committed Aug 22, 2007
1 parent 7969ef0 commit 606409b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/gen/makefiles/dynoplibs_pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use File::Copy qw(copy);
# Config stuff
our $CC = q[@cc@ -c];
our $LD = q[@ld@];
our $LDFLAGS = q[@ldflags@ @ld_debug@];
our $LDFLAGS = q[@ldflags@ @ld_debug@ @rpath_blib@];
our $LD_LOAD_FLAGS = q[@ld_load_flags@];
our $PERL = q[@perl@];
our $LOAD_EXT = q[@load_ext@];
Expand Down
2 changes: 1 addition & 1 deletion config/gen/makefiles/dynpmc_pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use File::Copy qw(copy);
# Config stuff
our $CC = q[@cc@ -c];
our $LD = q[@ld@];
our $LDFLAGS = q[@ldflags@ @ld_debug@];
our $LDFLAGS = q[@ldflags@ @ld_debug@ @rpath_blib@];
our $LD_LOAD_FLAGS = q[@ld_load_flags@];
our $PERL = q[@perl@];
our $LOAD_EXT = q[@load_ext@];
Expand Down

0 comments on commit 606409b

Please sign in to comment.