]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-system_libs-more.patch
- include --x-libraries=/usr/X11R6/%{_lib} in %configure macros
[packages/rpm.git] / rpm-system_libs-more.patch
1 --- rpm-4.2/rpmdb/Makefile.am.wiget     Fri Mar 28 00:48:52 2003
2 +++ rpm-4.2/rpmdb/Makefile.am   Fri Mar 28 01:06:18 2003
3 @@ -26,11 +26,16 @@
4  noinst_HEADERS = fprint.h header_internal.h legacy.h
5  
6  pkgbindir = @RPMCONFIGDIR@
7 +if WITHOUT_INTERNAL_DB
8 +pkgbin_PROGRAMS =
9 +noinst_PROGRAMS =
10 +else
11  pkgbin_PROGRAMS = \
12         rpmdb_deadlock rpmdb_dump rpmdb_load rpmdb_svc rpmdb_stat rpmdb_verify
13  noinst_PROGRAMS = \
14         rpmdb_archive rpmdb_checkpoint rpmdb_printlog rpmdb_recover \
15         rpmdb_upgrade
16 +endif
17  
18  mylibs = librpmdb.la
19  
20 --- rpm-4.2/configure.ac.wiget  Fri Mar 28 01:06:49 2003
21 +++ rpm-4.2/configure.ac        Fri Mar 28 01:11:34 2003
22 @@ -500,6 +497,7 @@
23         [libdb3="$libdb3 $libthread"; AC_MSG_RESULT(yes)])
24     LIBS="$saveLIBS"
25  fi
26 +without_internal_db=yes
27  
28  else
29  dnl ------------------ with    internal db
30 @@ -510,7 +508,9 @@
31    libdb3="# \$(top_builddir)/db3/libdb.la"
32    libdb3a="\$(top_builddir)/db3/libdb.a"
33  dnl  INCPATH="-I\$(top_builddir)/$(WITH_DB_SUBDIR) $INCPATH"
34 +  without_internal_db=no
35  fi
36 +AM_CONDITIONAL(WITHOUT_INTERNAL_DB, test x$without_internal_db = xyes)
37  
38  AC_SUBST(WITH_DB_SUBDIR)
39  AC_SUBST(WITH_INTERNAL_DB)
This page took 0.033025 seconds and 3 git commands to generate.