summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/create
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-23 11:02:58 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-23 11:02:58 +0000
commit137b27d99eb8b39a9bb2ae8878e0754c8f143d78 (patch)
tree67e01be9d048ac61580e0324fa422b5e9c03137c /pkgtools/pkg_install/files/create
parentaba12e7678f210001d79975aed0036b70dbb4566 (diff)
downloadpkgsrc-137b27d99eb8b39a9bb2ae8878e0754c8f143d78.tar.gz
Fix linkage for create/delete.
Diffstat (limited to 'pkgtools/pkg_install/files/create')
-rw-r--r--pkgtools/pkg_install/files/create/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/create/Makefile.in b/pkgtools/pkg_install/files/create/Makefile.in
index 95f73814752..9e0791e0ed7 100644
--- a/pkgtools/pkg_install/files/create/Makefile.in
+++ b/pkgtools/pkg_install/files/create/Makefile.in
@@ -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 @@ INSTALL= @INSTALL@
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