pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Fix linkage for create/delete.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fa80b41cad5
branches:  trunk
changeset: 570018:3fa80b41cad5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 23 11:02:58 2010 +0000

description:
Fix linkage for create/delete.

diffstat:

 pkgtools/pkg_install/files/create/Makefile.in |  4 ++--
 pkgtools/pkg_install/files/delete/Makefile.in |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d48460e4ea27 -r 3fa80b41cad5 pkgtools/pkg_install/files/create/Makefile.in
--- a/pkgtools/pkg_install/files/create/Makefile.in     Sat Jan 23 10:53:01 2010 +0000
+++ b/pkgtools/pkg_install/files/create/Makefile.in     Sat Jan 23 11:02:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.16 2010/01/22 13:30:41 joerg Exp $
+# $NetBSD: Makefile.in,v 1.17 2010/01/23 11:02:58 joerg Exp $
 
 srcdir=                @srcdir@
 
@@ -24,7 +24,7 @@
 PROG=          pkg_create
 
 .if empty(BOOTSTRAP)
-LIBS=          -linstall -larchive -lbz2 -lz @LIBS@
+LIBS=          -linstall -lfetch -larchive -lbz2 -lz @LIBS@
 CPPFLAGS=      @CPPFLAGS@ -I. -I$(srcdir) -I../lib
 OBJS=  main.o perform.o pl.o util.o build.o
 .else
diff -r d48460e4ea27 -r 3fa80b41cad5 pkgtools/pkg_install/files/delete/Makefile.in
--- a/pkgtools/pkg_install/files/delete/Makefile.in     Sat Jan 23 10:53:01 2010 +0000
+++ b/pkgtools/pkg_install/files/delete/Makefile.in     Sat Jan 23 11:02:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.14 2010/01/22 13:30:41 joerg Exp $
+# $NetBSD: Makefile.in,v 1.15 2010/01/23 11:02:58 joerg Exp $
 
 srcdir=                @srcdir@
 
@@ -13,7 +13,7 @@
 
 CC=            @CC@
 CCLD=          $(CC)
-LIBS=          -linstall @LIBS@
+LIBS=          -linstall -lfetch @LIBS@
 CPPFLAGS=      @CPPFLAGS@ -I. -I$(srcdir) -I../lib -DBINDIR=\"$(sbindir)\"
 DEFS=          @DEFS@
 CFLAGS=                @CFLAGS@



Home | Main Index | Thread Index | Old Index