From 86e274c795d8d1e97d8d478cc0331f5108ea1b37 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Thu, 19 Oct 2000 12:25:00 +0000 Subject: added new lib for rpm. --- Makefile | 4 ++-- Makefile.PL | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8137ef8..e39211d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.2 +VERSION = 2.0 NAME = rpmtools FROMC = parsehdlist rpm2header #rpm-find-leaves FROMCC = gendepslist2 #hdlist2names hdlist2files hdlist2prereq hdlist2groups @@ -7,7 +7,7 @@ FROMCC_STATIC = $(FROMCC:%=%_static) ALL = $(FROMC) $(FROMCC) ALL_STATIC = $(FROMC_STATIC) $(FROMCC_STATIC) CFLAGS = -Wall -g -LIBRPM = -lrpm -ldb1 -lz -lbz2 -I/usr/include/rpm -lpopt +LIBRPM = -lrpm -lrpmio -ldb1 -ldb2 -lz -lbz2 -I/usr/include/rpm -lpopt all: $(ALL) diff --git a/Makefile.PL b/Makefile.PL index 0848489..3d865e6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $libs = ' -lrpm -ldb1 -lz'; +my $libs = ' -lrpm -lrpmio -ldb1 -ldb2 -lpopt -lz -lbz2'; WriteMakefile( 'NAME' => 'rpmtools', -- cgit v1.2.1