aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-20 17:15:11 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-20 17:15:11 +0000
commite1faf7c7618f84e8cbd8b1c8ec9cd205df318f02 (patch)
tree5ae78eded75b8f104cbea87e76c5151b6912c25a /Makefile
parent52e953b423ceb14f7001b2cd1e9760f8ea6760a0 (diff)
downloadrpmtools-e1faf7c7618f84e8cbd8b1c8ec9cd205df318f02.tar
rpmtools-e1faf7c7618f84e8cbd8b1c8ec9cd205df318f02.tar.gz
rpmtools-e1faf7c7618f84e8cbd8b1c8ec9cd205df318f02.tar.bz2
rpmtools-e1faf7c7618f84e8cbd8b1c8ec9cd205df318f02.tar.xz
rpmtools-e1faf7c7618f84e8cbd8b1c8ec9cd205df318f02.zip
fixed big bug for execvl (thanks to francis)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5032bf4..6954d3a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ FROMCC_STATIC = $(FROMCC:%=%_static)
ALL = $(FROMC) $(FROMCC)
ALL_STATIC = $(FROMC_STATIC) $(FROMCC_STATIC)
CFLAGS = -Wall -g
-LIBRPM = -lrpm -lrpmio -ldb1 -lz -lbz2 -I/usr/include/rpm -lpopt
+LIBRPM = -lrpm -lrpmio -lz -lbz2 -I/usr/include/rpm -lpopt
all: $(ALL)