From ad1300f4b04d2b1f9bd137967dc1f16570affd85 Mon Sep 17 00:00:00 2001 From: chatty Date: Fri, 25 Jan 2002 18:11:30 +0000 Subject: Packed for perl561 --- Makefile.in | 4 ++-- redhat/changelog | 8 +++++++- 2 files changed, 9 insertions(+), 3 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: diff --git a/redhat/changelog b/redhat/changelog index 62919be..c489756 100644 --- a/redhat/changelog +++ b/redhat/changelog @@ -1,4 +1,4 @@ -$Version = "3.1.26"; +$Version = "3.1.28"; $Release = 1; $ChangeLog = ' @@ -54,4 +54,10 @@ $ChangeLog = ' * Tue Apr 10 2001 Stéphane Chatty - Generation of version 3.1.26-1 + * Tue Jan 22 2002 Stéphane Chatty +- Generation of version 3.1.28-1 +- Last 3.1 version, packed for Perl 5.6.1 +- I had to add -L/usr/lib/ to LD_RUN_PATH in Makefile.in to build +- this package + '; -- cgit v1.1