aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--redhat/changelog8
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 <chatty@cena.fr>
- Generation of version 3.1.26-1
+ * Tue Jan 22 2002 Stéphane Chatty <chatty@cena.fr>
+- 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
+
';