| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
With this patch you will need to run:
make autogen LIBDIR=/usr/lib64
Also works for 'make all'.
|
|
|
|
|
|
|
|
|
| |
With the change to run autogen on make all if there
was no makefile present, it became impossible to
force the running of autogen when that is needed. Fix
that by adding a bootstrap-autogen target that checks
the existing of Makefiles and reverting the autogen
target to always run autogen.
|
|
|
|
| |
on every iteration. This lets the top-level 'make install' work properly.
|
| |
|
|
|
|
|
|
|
| |
Rather than lumping everything together into the dist/ dir,
this patch separates them out into sources/, rpms/ and srpms/.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
|
|
|
|
|
|
|
|
|
|
| |
This patch just makes "make dist" build the yum repodata.
Note, that since the repodata is at the toplevel, if this
dist/ dir is uploaded to freeipa.org/downloads, people's
yum configs will continue to work.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> > This largish patch makes the build and installation work on 64bit
> > machines. The only catch here is that to get a 64bit build you need to
> > set LIBDIR on make:
> >
> > make install LIBDIR=/usr/lib64
> >
> > The spec file does this correctly. I couldn't find any reliable way to
> > guess this that works both on real systems and in the almost entirely
> > empty rpm build root (you can't, for example, check for the existence
> > of /usr/lib64).
|
|
|
|
|
|
|
| |
* Remove the rpmbuild tree with the dist-clean target.
* Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa
* Check in requirement change for generated freeipa-python.spec
* Fix interactive hostname in ipa-server-install.
|
| |
|
| |
|
| |
|
|
|
|
| |
Right now it does only discovery (or fallback)
|
|
|
|
| |
Override provided, just set RPMBUILD in your environment.
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove hard-coded config.
|
| |
|
| |
|
|
|