Change shared lib defaults.

CVS patchset: 3171
CVS date: 1999/07/15 22:26:15
This commit is contained in:
jbj 1999-07-15 22:26:15 +00:00
parent 4035406175
commit 5ad244b9d1
4 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
EXTRA_DIST = CHANGES CREDITS GROUPS README.amiga INSTALL RPM-PGP-KEY \
autodeps/none autodeps/*.prov autodeps/*.req autogen.sh \
docs/[a-z]* gendiff $(man_MANS) po/*.in po/*.po po/rpm.pot \
python/*.am python/*.in python/*.c python/testit \
rpm.magic rpmpopt rpm.spec rpm.8ru rpm2cpio.8ru
EXTRA_PROGRAMS = rpmconvert

View File

@ -140,7 +140,7 @@ AC_PROG_AWK
AC_PROG_LN_S
AC_PROG_MAKE_SET
AM_DISABLE_SHARED
dnl AM_DISABLE_SHARED
AM_PROG_LIBTOOL
AC_CHECK_TOOL(AR, ar, :)

View File

@ -22,7 +22,7 @@ capabilities.
%prep
%setup -q
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --disable-shared
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
%build
make

View File

@ -42,7 +42,7 @@ will manipulate RPM packages and databases.
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --enable-shared
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
make
%ifos linux
make -C python