aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 75a8865..f9ac93e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,9 +150,9 @@ ptk/%.g: %.c
bdftopcf $*.bdf >$*.pcf
ptkzinc: libptkzinc$(ZINC_VER).$(ZINC_MAJOR).so Perl/Makefile_nodebug
- (cd Perl; make "LD_RUN_PATH=@X_LIBS@")
+ (cd Perl; make "LD_RUN_PATH=@X_LIBS@ -L/usr/lib")
ptkzinc_debug: libptkzinc_debug$(ZINC_VER).$(ZINC_MAJOR).so Perl/Makefile_debug
- (cd Perl; make "LD_RUN_PATH=@X_LIBS@")
+ (cd Perl; make "LD_RUN_PATH=@X_LIBS@ -L/usr/lib")
testptk: ptkzinc
(cd Perl; make test "FULLPERL=PERL_DL_NONLAZY=0 perl")
Perl/Makefile_nodebug: