popt is it's own library
CVS patchset: 1834 CVS date: 1997/09/19 14:08:10
This commit is contained in:
parent
23a9844516
commit
b7d6861f74
1
CHANGES
1
CHANGES
|
@ -4,6 +4,7 @@
|
|||
- added Obsoletes: tag, an upgrade removes packages which
|
||||
have been obsoleted
|
||||
- updated rpmdepUpgradePackage() to deal with obsoletes tag
|
||||
- moved popt into a separate library
|
||||
|
||||
2.4.6 -> 2.4.7:
|
||||
- had some wrong month lengths in changelog date parsing
|
||||
|
|
|
@ -30,13 +30,13 @@ ETCDIR=$(ROOT)/etc
|
|||
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
SUBDIRS = misc lib build tools @PO@
|
||||
SUBDIRS = popt misc lib build tools @PO@
|
||||
INSTSUBDIRS = lib @PO@
|
||||
OTHERSUBDIRS = docs autodeps
|
||||
OBJS = rpm.o query.o install.o verify.o checksig.o ftp.o url.o @GETTEXTSTUB@
|
||||
PROGS = @RPM@ rpm2cpio
|
||||
LIBS = @LIBS@ @LIBINTL@ @LIBDL@
|
||||
LOADLIBES = -lbuild $(topdir)/lib/librpm.a -lmisc
|
||||
LOADLIBES = -lbuild popt/libpopt.a $(topdir)/lib/librpm.a -lmisc
|
||||
|
||||
SOURCES = $(subst .o,.c,$(OBJS))
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ VPATH = $(srcdir)
|
|||
|
||||
include $(srcdir)/../Makefile.inc
|
||||
|
||||
LIBOBJECTS = @MISCOBJS@ popt.o
|
||||
LIBOBJECTS = @MISCOBJS@
|
||||
LIBMISC = libmisc.a
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue