Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 583126 | Differences between
and this patch

Collapse All | Expand All

(-)libprelude-3.0.0/bindings/perl/Makefile.PL.in (-1 / +1 lines)
Lines 27-33 Link Here
27
my %attributs = (NAME => 'Prelude',
27
my %attributs = (NAME => 'Prelude',
28
		 INC => '-I@top_builddir@ -I@top_builddir@/src/include -I@top_srcdir@/src/include -I@top_builddir@/src/libprelude-error -I@top_srcdir@/bindings/c++/include',
28
		 INC => '-I@top_builddir@ -I@top_builddir@/src/include -I@top_srcdir@/src/include -I@top_builddir@/src/libprelude-error -I@top_srcdir@/bindings/c++/include',
29
		 LIBS => ["-L@top_builddir@/src/.libs -lprelude -L@top_builddir@/bindings/c++/.libs -lpreludecpp", "-L$ENV{LIBDIR} -lprelude @LIBPRELUDE_LIBS@ @LIBADD_DL@ @LTLIBTHREAD@" ],
29
		 LIBS => ["-L@top_builddir@/src/.libs -lprelude -L@top_builddir@/bindings/c++/.libs -lpreludecpp", "-L$ENV{LIBDIR} -lprelude @LIBPRELUDE_LIBS@ @LIBADD_DL@ @LTLIBTHREAD@" ],
30
		 LDDLFLAGS => "-L@top_builddir@/src/.libs $Config{lddlflags}");
30
		 LDDLFLAGS => "-L@top_builddir@/src/.libs $Config{lddlflags} @LDFLAGS@,-rpath");
31
31
32
if ( abs_path("@top_srcdir@") ne abs_path("@top_builddir@") ) {
32
if ( abs_path("@top_srcdir@") ne abs_path("@top_builddir@") ) {
33
    foreach my $filename ( qw/Prelude.cxx Prelude.pm/ ) {
33
    foreach my $filename ( qw/Prelude.cxx Prelude.pm/ ) {

Return to bug 583126