summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 23:38:23 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 23:38:23 +0200
commit7e4155a8d286c81cc2df678ac19a09bdf0bd7c93 (patch)
tree2d11f8ec9e90b170b62992f260d3809f440c1afb
parent8d9081927b62d023b976081d8749d0ef4982cef2 (diff)
downloadrpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.tar.gz
rpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.tar.bz2
rpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.zip
Comment out tjfn_LDFLAGS.
-rw-r--r--rpmdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am
index 85ae6dc69..ca80d24ad 100644
--- a/rpmdb/Makefile.am
+++ b/rpmdb/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = db3.c db_emu.h
EXTRA_PROGRAMS = tjfn
tjfn_SOURCES = tjfn.c
-tjfn_LDFLAGS = @LDFLAGS_STATIC@
+# tjfn_LDFLAGS = @LDFLAGS_STATIC@
tjfn_LDADD = librpmdb.la @WITH_BEECRYPT_LIB@
pkgincdir = $(pkgincludedir)