Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/1] RFC: Proper way of adding Apache modules
@ 2016-06-10 11:00 Mickael Chazaux
  2016-06-10 11:00 ` [Buildroot] [PATCH 1/1] Apache mod_auth_tkt : new package Mickael Chazaux
  0 siblings, 1 reply; 4+ messages in thread
From: Mickael Chazaux @ 2016-06-10 11:00 UTC (permalink / raw)
  To: buildroot

Hi,

Here is a simple module for the Apache web server. The build process
uses a tool, apxs, that builds the module. But it seems its configuration 
file, output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/build/config_vars.mk
is not quite right as the install steps failed. I worked around by calling
libtool --install directly from the apache-mod-auth-tkt.mk file.

I have another module to build that is more complicated, mod_fcgid. This one
will not build with apxs configured the way it is. 

In my old openembedded environment, I unpacked the mod_fcgid directly inside
the apache source tree and built all from there, simply adding fcgid to
the apache --enable-mods-shared= configure option.

What should I do in buildroot?

Mickael Chazaux (1):
  Apache mod_auth_tkt : new package

 package/Config.in                                  |  1 +
 package/apache-mod-auth-tkt/Config.in              |  5 ++++
 package/apache-mod-auth-tkt/apache-mod-auth-tkt.mk | 31 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 100644 package/apache-mod-auth-tkt/Config.in
 create mode 100644 package/apache-mod-auth-tkt/apache-mod-auth-tkt.mk

-- 
2.1.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-17 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 11:00 [Buildroot] [PATCH 0/1] RFC: Proper way of adding Apache modules Mickael Chazaux
2016-06-10 11:00 ` [Buildroot] [PATCH 1/1] Apache mod_auth_tkt : new package Mickael Chazaux
2016-06-18 12:57   ` Yann E. MORIN
2016-07-17 14:45     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox