Go to file
Fabrice Fontaine b6816034eb package/privoxy: fix build with root
Fix the following build failure when the configuration files are
installed as root:

id: 'privoxy': no such user
******************************************************************
 WARNING! WARNING! installing config files as root!
 It is strongly recommended to run privoxy as a non-root user,
 and to install the config files as that user and/or group!
 Please read INSTALL, and create a privoxy user and group!
*******************************************************************
make[1]: *** [GNUmakefile:861: install] Error 1

This failure is probably raised since the addition of the package in
commit f8a263fe36 and
https://www.privoxy.org/gitweb/?p=privoxy.git;a=commit;h=26baf6bcc0b5db47b8cf5c55eece0614712b5180

Fixes:
 - http://autobuild.buildroot.org/results/28d8ca6f0e2d81d62196a0958c9274ad2c8c9871

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-03-24 17:04:21 +01:00
arch
board board/visionfive2: enable u-boot 2024-03-24 08:58:42 +01:00
boot boot/ti-k3-r5-loader: bump to version 2024.01 2024-03-19 22:36:25 +01:00
configs board/visionfive2: enable u-boot 2024-03-24 08:58:42 +01:00
docs docs/website/news.html: add 2024.02 announcement link 2024-03-05 16:16:25 +01:00
fs
linux {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series 2024-03-24 16:58:07 +01:00
package package/privoxy: fix build with root 2024-03-24 17:04:21 +01:00
support support/testing: add iptables runtime test 2024-03-24 16:05:47 +01:00
system
toolchain {toolchain, linux-headers}: add support for 6.7 headers 2024-03-24 16:55:40 +01:00
utils utils/genrandconfig: fix BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH 2024-03-01 09:13:34 +01:00
.checkpackageignore package/glog: bump to version 0.7.0 2024-03-23 21:34:11 +01:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2024.02 2024-03-05 14:46:21 +01:00
Config.in
Config.in.legacy toolchain: drop codescape mips toolchains 2024-03-17 22:32:25 +01:00
COPYING
DEVELOPERS support/testing: add iptables runtime test 2024-03-24 16:05:47 +01:00
Makefile Kickoff 2024.05 cycle 2024-03-05 16:17:28 +01:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches