diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-19 14:03:14 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-19 15:17:14 -0400 |
commit | 897060147ddea72ecc1e86c6b7b915ff1d462f71 (patch) | |
tree | a758e9d24c4c42a3c12b9b3b3c1251546928319a /server | |
parent | 0a6de98efdfdd6108ca3394129d1eed873715df6 (diff) | |
download | sssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.tar.gz sssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.tar.bz2 sssd-897060147ddea72ecc1e86c6b7b915ff1d462f71.zip |
Fix RPM generation issues with sssd
Ensures that the common libraries build statically.
Also ensures that the sssd.spec creates the SYSV init script with
the appropriate permissions.
Cleans up the useless rpmdist target that was obsolete.
Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files
were dangling symlinks.
Diffstat (limited to 'server')
-rw-r--r-- | server/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac index b6f5ab2e..f0a1e436 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AM_PROG_CC_C_O -AC_PROG_LIBTOOL +LT_INIT([disable-static]) AC_CONFIG_MACRO_DIR([m4]) if test "$ac_cv_prog_gcc" = yes; then |