diff options
author | jbj <devnull@localhost> | 2002-12-20 15:03:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-20 15:03:18 +0000 |
commit | c346c3e69f15104de5b653b8d1657731bc6edc6c (patch) | |
tree | 9634ce83e65e663e8e9f9985b0065082aa6f0c38 /Makefile.am | |
parent | e7f55c20f5c7ae0eac290dd7f9d3a948e1f6ab26 (diff) | |
download | librpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.tar.gz librpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.tar.bz2 librpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.zip |
- dynamically link /bin/rpm, link against good old -lpthread.
CVS patchset: 5951
CVS date: 2002/12/20 15:03:18
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07ebe952f..d66bfa44f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ rpmpopt-$(VERSION): rpmpopt noinst_HEADERS = build.h debug.h system.h rpm_SOURCES = -rpm_LDFLAGS = $(staticLDFLAGS) +rpm_LDFLAGS = $(myLDFLAGS) rpm_LDADD = rpm.o $(top_builddir)/build/.libs/librpmbuild.a $(whyLDADD) rpm.o: rpmqv.c $(COMPILE) -DIAM_RPMDB -DIAM_RPMEIU -DIAM_RPMK -DIAM_RPMQV -o $@ -c rpmqv.c |