aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty2002-01-25 18:11:30 +0000
committerchatty2002-01-25 18:11:30 +0000
commitad1300f4b04d2b1f9bd137967dc1f16570affd85 (patch)
tree6be2eb203bb63ede0f708d705f258468c23e50ef
parent669ff47d92d8d8bd3ab42882bc87ef0b238c7704 (diff)
downloadtkzinc-rpm-3_1_28-1.zip
tkzinc-rpm-3_1_28-1.tar.gz
tkzinc-rpm-3_1_28-1.tar.bz2
tkzinc-rpm-3_1_28-1.tar.xz
Packed for perl561rpm-3_1_28-1
-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
+
';