2959a05e86
This package contains the programs which handle the installation and removal of packages on your system. The primary interface for the dpkg suite is the `dselect' program; a more low-level and less user-friendly interface is available in the form of the `dpkg' command. dpkg is for maintain the .deb packages of GNU Debian. -- You can declare the DPKG_DB_PATH in your mk.conf to specify the dir on which dpkg will install the database. This is the first commit of the debian_linux packages for pkgsrc ... will be continue soon ...
13 lines
442 B
Text
13 lines
442 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/06/27 18:55:01 xtraeme Exp $
|
|
|
|
--- lib/Makefile.in.orig Thu Mar 6 16:56:04 2003
|
|
+++ lib/Makefile.in Thu Mar 6 16:57:21 2003
|
|
@@ -21,7 +21,7 @@
|
|
set -e ; cd ../optlib ; $(MAKE) libopt.a
|
|
|
|
libdpkg.a: $(OBJECTS) ../optlib/libopt.a
|
|
- $(AR) r $@ $^
|
|
+ $(AR) r $@ $(OBJECTS) ../optlib/getopt.o ../optlib/getopt1.o ../optlib/long-options.o ../optlib/closeout.o ../optlib/obstack.o
|
|
$(RANLIB) $@
|
|
|
|
.PHONY: install
|