kumquat-buildroot/package
Yann E. MORIN 9e0ad7209c package/nmap: fix shared-only build
Changeset f1d3e09 (Build shared libraries only as the default) broke the
nmap package.

nmap builds an internal version of libdnet, and tries to statically link
against it. Of course, this breaks for shared-only builds, since in that
case there is no static lib ever built.

Using an external libdnet is not really an option:

  - libdnet comes from dnprogs, from the linux-decnet project;
    unfortunately, their build-system is not amenable to
    cross-compilation, and is a real pain to deal with;

  - nmap's bundled libdnet is anyway heavily modified, which precludes
    using an external libdnet.

Fix that by considering libdnet to be a purely internal library, and by
configuring it with --enable-static, always.

nmap's ./configure uses AC_CONFIG_SUBDIRS() to configure the libdnet
sub-directory; AC_CONFIG_SUBDIRS() calls ./configure in all the
sub-directories it is passed as arguments. Unfortunately, it is not
possible to specify extra ./configure arguments whith AC_CONFIG_SUBDIRS.

We are using an autoconf trick, which is, when configuring
sub-directories with AC_CONFIG_SUBDIRS(), it will first try to execute
configure.gnu if it exists, before it fallbacks to running plain
configure. See:
    https://www.gnu.org/software/autoconf/manual/autoconf.html#Subdirectories

So, we provide a configure.gnu that is just a wrapper around the real
configure, which sole purpose is to append --enable-static when calling
the real configure.

Note1: since this libdnet is considered a purely internal library, we
also always pass --disable-shared, since it is not needed at all.

Note2: since this libdnet is considered a purely internal library, it
should not be exposed to other packages, and thus nmap does not install
it, neither in target nor in staging, neither static nor shared, which
is what we want.

[Peter: explain why post-patch hook is used]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@openwide.fr>
Acked-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-12-14 17:55:41 +01:00
..
a10disp
acl
acpid sysv init scripts: fix == bashism 2014-11-11 23:08:46 +01:00
adwaita-icon-theme adwaita-icon-theme: depends on host-libgtk3 2014-11-04 00:01:32 +01:00
aespipe
agentpp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
aiccu Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
aircrack-ng Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
alsa-lib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
alsa-utils alsa-utils: add error handling to for loop 2014-12-01 23:25:08 +01:00
alsamixergui
am33x-cm3
am335x-pru-package Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
apitrace
apr Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
apr-util Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
argp-standalone
argus
armadillo
arptables arptables: re-enable for static 2014-11-08 17:34:10 +01:00
at at: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:06:51 +01:00
atftp
atk
attr
audiofile
aumix
autoconf
automake
autossh
avahi Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
avrdude Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
axel
b43-firmware
b43-fwcutter
bandwidthd
bash Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bc
bcache-tools
bcusdk
bdwgc bdwgc: fix _ARCH_SUPPORTS kconfig warning 2014-12-03 09:45:40 +01:00
beecrypt
bellagio Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
berkeleydb package/berkeleydb: fix shared-only build 2014-12-13 10:36:02 +01:00
bind Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
binutils binutils: enable poison system directories option 2014-12-11 00:05:52 +01:00
biosdevname
bison
blackbox
blktrace package/blktrace: do not build in parallel 2014-12-14 17:49:11 +01:00
bluez5_utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bluez_utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bmon Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
boa boa: add a hash file 2014-12-13 22:40:22 +01:00
bonnie
boost Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bootutils
botan Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bridge-utils
bsdiff
btrfs-progs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bustle Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
busybox Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bwm-ng bwm-ng: add a hash file 2014-12-10 21:22:21 +01:00
bzip2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
c-ares
ca-certificates
cache-calibrator
cairo cairo: bump to 1.12.12 2014-11-01 15:03:46 +01:00
can-utils
canfestival Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ccache
ccid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ccrypt
cdrkit package/libcap: needs headers >= 3.0 2014-11-16 23:10:53 +01:00
cegui06 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
celt051
cgilua
chrony
cifs-utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
civetweb
cjson Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
clamav package/clamav: fix static build 2014-11-25 22:35:43 +01:00
clapack
classpath
cloog
cloop
cmake
collectd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
connman Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
conntrack-tools
copas
coreutils coreutils: add error handling to for loop 2014-12-01 23:29:03 +01:00
cosmo
coxpcall
cppcms Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cppdb Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cppunit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cppzmq
cpuload
cramfs package/cramfs: Needs zlib 2014-11-08 21:55:09 +01:00
crda Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cryptodev
cryptodev-linux
cryptsetup Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ctorrent
cups
curlftpfs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cvs
cwiid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
czmq Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dado
dash
dbus Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dbus-cpp
dbus-glib
dbus-python dbus-python: add python3 support 2014-11-22 19:15:11 +01:00
dbus-triggerd
dcron
debianutils debianutils: new package 2014-11-18 23:27:50 +01:00
dejavu package/dejavu: add hashes from project site 2014-12-03 09:22:45 +01:00
devmem2
dfu-util
dhcp package/dhcp: Only install the relevant unit file 2014-12-07 21:55:08 +01:00
dhcpcd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dhcpdump Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dhrystone
dialog dialog: bump to version 1.2-20140911 2014-12-02 12:59:33 +01:00
diffutils
dillo dillo: needs iconv 2014-11-23 09:42:42 +01:00
directfb Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
directfb-examples
distcc
divine
dmalloc
dmidecode
dmraid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dnsmasq Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
docker
doom-wad
dos2unix
dosfstools
dovecot package/dovecot: Fix symbol conflict in static build with MySQL enabled 2014-11-21 21:45:21 +01:00
dovecot-pigeonhole package/dovecot-pigeonhole: bump version to 0.4.6 2014-11-02 23:53:56 +01:00
dropbear Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dropwatch binutils: now depends on wchar 2014-10-29 22:13:13 +01:00
dsp-tools
dstat dstat: propagate python dependencies 2014-11-01 14:53:34 +01:00
dtach
dtc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dtv-scan-tables
duma package/duma: add missing define when installing 2014-11-16 22:48:15 +01:00
dvb-apps Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dvbsnoop
e2fsprogs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
e2tools
ebtables ebtables: add hash file 2014-12-13 22:14:47 +01:00
ecryptfs-utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ed
eeprog
efl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
eigen
elf2flt
elftosb
elfutils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
empty
enchant
enlightenment
enscript
erlang erlang: bump to version 17.4 2014-12-13 10:06:02 +01:00
espeak unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
ethtool
eudev Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
evemu evemu: add hash 2014-11-19 13:53:18 +01:00
evtest
exfat Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
exfat-utils
exim Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
exiv2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
expat
expect
explorercanvas unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
ezxml
f2fs-tools
faad2
faifa Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
fakeroot
fan-ctrl
fb-test-app
fbdump
fbgrab
fbset
fbterm
fbv Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
fconfig fconfig: add hash file 2014-12-07 21:23:18 +01:00
fdk-aac package/fdk-aac: bump to version 0.1.3 2014-12-11 19:47:23 +01:00
feh
fetchmail
ffmpeg Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
fftw
file file: bump to version 5.21 2014-12-11 19:49:57 +01:00
filemq
findutils
fio
fis
flac package/flac: fix patch file extension 2014-12-03 09:23:06 +01:00
flann Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
flashbench
flashrom
flex
flickcurl
flite
flot flot: add error handling to for loop 2014-12-01 23:30:37 +01:00
fltk
fluxbox fluxbox: install session file unconditionally 2014-12-02 00:27:58 +01:00
fmc
fmlib
fmtools
fontconfig
foomatic-filters
fping
freerdp pacakge/freerdp: disable building the manpages 2014-12-07 21:30:33 +01:00
freescale-imx libz160: fix dependencies 2014-12-07 22:47:54 +01:00
freetype freetype: CVE-2014-2240: bump version to 2.5.4 2014-12-08 18:47:42 +01:00
fswebcam Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ftop
fxload
gadgetfs-test
gamin
gawk Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gcc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gd package/gd: fix build when libiconv is enabled 2014-11-30 23:31:01 +01:00
gdb gdb: unbreak host-gdb with python support if python3 is enabled 2014-12-01 09:38:10 +01:00
gdbm
gdk-pixbuf gdk-pixbuf: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:48:35 +01:00
genext2fs
genimage
genpart
genromfs
geoip
gesftpserver
getent
gettext
giblib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
git git: bump version to 2.2.0 2014-11-27 20:34:50 +01:00
glib-networking
glibc (e)glibc: add security patches for CVE-2014-7817 2014-11-27 22:52:51 +01:00
glibmm
glm
gmp
gmpc
gnu-efi
gnuchess
gnupg gnupg: don't bother removing a man page 2014-12-01 23:22:34 +01:00
gnupg2
gnuplot
gnutls gnutls: bump to version 3.2.21 2014-12-11 19:49:38 +01:00
gob2
google-breakpad
googlefontdirectory googlefontdirectory: add error handling to for loop 2014-12-01 23:30:59 +01:00
gperf
gpm Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gpsd gpsd: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:56:11 +01:00
gptfdisk Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gqview
grantlee Merge branch 'next' 2014-12-01 11:16:42 +01:00
grep grep: bump to version 2.21 2014-11-25 13:43:29 +01:00
gsl
gstreamer Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gstreamer1 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gtest unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
gtk2-engines
gtk2-themes
gtkperf
guile package/bdwgc: only enable on supported architectures 2014-12-02 10:29:23 +01:00
gutenprint
gvfs
gzip
harfbuzz
haserl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
haveged sysv init scripts: fix == bashism 2014-11-11 23:08:46 +01:00
hdparm
heimdal
heirloom-mailx Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
hiawatha
hicolor-icon-theme
hostapd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
hplip
htop
httping
hwdata
i2c-tools
icu
ifplugd ifplugd: remove spurious newline escape 2014-12-02 09:39:14 +01:00
iftop Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
igh-ethercat
igmpproxy
imagemagick imagemagick: bump version to 6.9.0-0 2014-11-18 13:38:38 +01:00
imlib2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
inadyn Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
infozip
inotify-tools
input-event-daemon input-event-daemon: install configuration file unconditionally 2014-12-02 00:27:39 +01:00
input-tools
intel-microcode
intltool
iostat iostat: remove legacy code 2014-12-01 23:17:20 +01:00
iozone
iperf
ipkg
ipmitool
iproute2 iproute2: bump to version 3.17.0 2014-11-07 08:53:08 +01:00
iprutils
ipsec-tools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ipset ipset: bump to version 6.24 2014-12-11 09:59:16 +01:00
iptables Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
iptraf-ng
iputils iputils: fix hang issue with ping -f 2014-11-18 13:24:18 +01:00
irda-utils irda-utils: add error handling to for loop 2014-12-01 23:31:31 +01:00
isl
iucode-tool iucode-tool: install init script unconditionally 2014-12-02 00:20:06 +01:00
iw Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
jack2
jamvm
jansson
jasper jasper: add a patch fixing CVE-2014-9029 2014-12-10 21:24:04 +01:00
jhead
jimtcl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
joe
jpeg
jpeg-turbo
jq
jquery
jquery-keyboard
jquery-mobile unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jquery-sparkline
jquery-ui unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jquery-ui-themes package: indentation cleanup 2014-11-02 23:27:01 +01:00
jquery-validation unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jsmin
json-c
json-glib
json-javascript
kbd
kexec fix minor typo in kexec description 2014-10-29 21:38:54 +01:00
kexec-lite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
keyutils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
kismet kismet: bump version to Kismet-2014-02-R1 2014-12-11 19:53:52 +01:00
kmod Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
knock Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
kobs-ng
ktap ktap: bump version 2014-11-01 19:06:23 +01:00
lame lame: also disable debug handling on xtensa 2014-12-01 13:08:10 +01:00
latencytop
lbase64
lbreakout2
lcdapi
lcdproc
lcms2
leafnode2
leafpad
less
lesstif
lftp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libaio
libao
libarchive Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libargtable2
libart
libass
libassuan libassuan: bump version to 2.1.3 2014-12-07 22:48:57 +01:00
libatasmart
libatomic_ops libatomic_ops: Add host-libatomic_ops 2014-11-26 21:51:41 +01:00
libbluray Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libbsd
libcap Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libcap-ng
libcdaudio
libcdio
libcec Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libcgi Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libcgicc libcgicc: bump to version 3.2.16 2014-12-09 12:31:39 +01:00
libcgroup
libcofi
libconfig
libconfuse libconfuse: bump version 2014-11-01 19:58:59 +01:00
libcue
libcuefile
libcurl libcurl: security bump to version 7.39.0 2014-11-06 09:09:20 +01:00
libdaemon
libdmtx
libdnet
libdrm
libdvbcsa
libdvbsi
libdvdnav Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libdvdread Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libebml Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libedit
libee
libenca
liberation
libesmtp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libestr
libev
libevdev libevdev: bump version to 1.3.2 2014-12-07 21:26:08 +01:00
libevent
libexif
libeXosip2
libfcgi
libffi
libfreefare Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libfribidi
libfslcodec libfslcodec: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libfslparser libfslparser: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libfslvpuwrap libfslvpuwrap: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libftdi
libfuse Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libgail
libgc
libgcrypt libgcrypt: link to a more informative homepage 2014-11-18 13:53:20 +01:00
libgeotiff
libglade package: indentation cleanup 2014-11-02 23:27:01 +01:00
libglew
libglib2 libglib2: bump to version 2.42.0 2014-11-01 15:03:38 +01:00
libglu
libgpg-error
libgpgme libgpgme: bump version to 1.5.2 2014-12-07 22:49:21 +01:00
libgsasl
libgtk2
libgtk3 libgtk3: bump version to 3.14.5 2014-11-11 15:39:06 +01:00
libhid
libical
libiconv
libid3tag
libidn
libinput libinput: add hash 2014-12-08 21:04:58 +01:00
libiqrf
libiscsi libiscsi: only build the test tool and ld-iscsi if we have shared libs 2014-11-08 22:15:07 +01:00
libjpeg
libjson Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libksba libksba: security bump to version 1.3.2 2014-11-26 00:07:54 +01:00
libllcp libllcp: needs host-pkgconf 2014-11-22 14:37:42 +01:00
liblo liblo: add hash file 2014-12-13 22:31:57 +01:00
liblockfile
liblog4c-localtime
liblogging
libmad
libmatroska Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libmbim
libmbus
libmcrypt
libmemcached libmemcached: disable sanitizer 2014-11-13 16:25:07 +01:00
libmhash
libmicrohttpd
libmms
libmnl
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2
libndp
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl
libnl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libnspr Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libnss Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
liboauth
libogg
liboping liboping: bump to version 1.8.0 2014-11-26 16:13:59 +01:00
libosip2
libpcap libpcap: omit -rpath from pcap-config 2014-10-31 16:19:59 +01:00
libpciaccess
libpfm4
libphidget Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libplayer libplayer: use BR2_ARM_CPU_ARM* option 2014-11-06 23:40:27 +01:00
libplist
libpng libpng: security bump to version 1.6.15 2014-11-25 22:33:01 +01:00
libpthread-stubs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libpthsem
libqmi
libqrencode
libraw
libraw1394
libreplaygain
libroxml
librsvg
librsync
librtlsdr
libsamplerate
libseccomp
libsecret
libsepol Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libserial
libsexy
libsha1
libshairplay Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libshout
libsigc
libsigsegv
libsndfile
libsoc
libsocketcan
libsoup libsoup: bump version 2014-11-19 17:39:32 +01:00
libsoxr libsoxr: add a hash file 2014-12-09 12:34:23 +01:00
libssh2 libssh2: fix static linking issue with libgcrypt 2014-11-18 15:31:33 +01:00
libstrophe libstrophe: bump version 2014-11-01 20:00:25 +01:00
libsvg
libsvg-cairo
libsvgtiny libsvgtiny: add a patch to remove -Werror from Makefile 2014-12-11 19:51:32 +01:00
libsysfs
libtasn1
libtheora
libtirpc package/libtirpc: add hash file 2014-12-13 22:38:21 +01:00
libtool
libtorrent
libtpl
libubox Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libuci Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libungif
libunistring libunistring: add wchar dependency 2014-11-26 21:51:41 +01:00
libunwind libunwind: fix comment dependencies 2014-11-17 00:22:47 +01:00
libupnp
libupnpp package/libupnpp: bump to version 0.8.6 2014-11-08 23:13:04 +01:00
liburcu
liburiparser package/liburiparser: New package 2014-11-26 22:45:00 +01:00
libusb
libusb-compat
libuv package/libuv: bump to version 1.0.2 2014-12-11 09:56:47 +01:00
libv4l libv4l: bump to version 1.6.2 2014-12-07 21:29:12 +01:00
libva Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libva-intel-driver Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libvncserver
libvorbis
libvpx
libwebsockets package/libwebsockets: fix static build 2014-11-30 23:48:13 +01:00
libxkbcommon
libxml2
libxml-parser-perl
libxmlpp
libxmlrpc
libxslt
libyaml
lighttpd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
linenoise linenoise: bump version and license 2014-11-01 21:34:34 +01:00
linknx
links
linphone
linux-firmware linux-firmware: add option for realtek 8169 gigabit nic firmware 2014-11-02 21:46:41 +01:00
linux-fusion package: linux-fusion: use install instead of cp 2014-11-18 23:58:42 +01:00
linux-headers linux-headers: add 3.18.x series 2014-12-08 13:11:41 +01:00
linux-pam Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
linux-zigbee
lite
live555 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ljlinenoise
ljsyscall
lm-sensors Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lmbench
localedef
lockdev Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lockfile-progs lockfile-progs: add error handling to for loop 2014-12-01 23:32:50 +01:00
log4cplus
log4cxx Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
logrotate logrotate: install configuration file unconditionally 2014-12-02 00:31:09 +01:00
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz
lshw
lsof
lsqlite3
lsuio
ltp-testsuite
ltrace Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ltris
lttng-babeltrace lttng-babeltrace: Remove dependency on lttng-tools 2014-11-26 22:32:15 +01:00
lttng-libust
lttng-modules
lttng-tools lttng-tools: bump version 2014-11-08 22:47:26 +01:00
lua Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy
lua-ev
lua-messagepack
lua-msgpack-native lua-msgpack-native: bump version 2014-11-01 21:42:17 +01:00
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
luajson
lualogging
luaposix
luarocks
luasec
luasocket
luasql-sqlite3
lunit
lvm2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lxc package/lxc: disable broken toolchains on nios2 2014-12-03 21:39:25 +01:00
lz4 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lzip
lzlib
lzma
lzo
lzop
m4
macchanger
madplay
make
makedevs makedevs: Rework README 2014-11-08 23:10:40 +01:00
matchbox package: matchbox-keyboard: use install instead of cp 2014-11-22 19:47:06 +01:00
mcelog mcelog: new package 2014-11-22 18:43:01 +01:00
mcrypt
mdadm
media-ctl
mediastreamer
memcached
memstat
memtester
mesa3d package/mesa3d: bump version to 10.3.5 2014-12-14 17:51:18 +01:00
mesa3d-demos package/mesa3d-demos: Fix build error 2014-11-20 23:11:58 +01:00
metacity
midori
mii-diag
minicom
minidlna Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
mke2img package/mke2img: new package 2014-12-07 22:06:44 +01:00
mkpasswd
mmc-utils
mobile-broadband-provider-info
modem-manager
modplugtools
mongoose mongoose: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:54:50 +01:00
mongrel2 mongrel2: Add comments to avoid use of github call 2014-10-30 22:49:59 +01:00
monit
mono package/mono: fixing shared/static handling 2014-12-14 10:57:24 +01:00
monolite
mp4v2 mp4v2: fix help2man-related build failure 2014-10-31 16:01:01 +01:00
mpc
mpd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
mpdecimal mpdecimal: fix build on pure static library configurations 2014-11-24 22:04:06 +01:00
mpfr package/gcc/mpfr: remove deprecated features 2014-12-01 20:05:59 +01:00
mpg123 mpg123: needs host-pkgconf 2014-11-28 10:43:43 +01:00
mplayer live555: use upstream install target for staging installation 2014-11-18 23:08:04 +01:00
mrouted
msgpack
msmtp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
mtd
mtdev
mtdev2tuio
mtools
mtr mtr: bump to version 0.86 and use github call 2014-12-10 21:49:48 +01:00
musepack
musl package/musl: remove obsolete setting of prefix 2014-12-09 14:29:52 +01:00
mutt package/mutt: specify the mailpath 2014-12-08 00:05:05 +01:00
mxml mxml: bump to 2.9 2014-10-29 21:45:46 +01:00
mysql mysql: host variant needs ncurses as well 2014-11-19 15:17:35 +01:00
nano
nanocom
nasm
nbd
ncdu
ncftp
ncmpc
ncurses ncurses: better handling for shared/static library 2014-12-12 00:09:32 +01:00
ndisc6 ndisc6: remove man page related code 2014-12-01 23:13:44 +01:00
ne10 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
neard
neardal
neon
net-tools
netatalk netatalk: bump to version 3.1.7 2014-12-03 23:01:11 +01:00
netcat
netcat-openbsd
netperf
netplug
netsnmp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
netstat-nat
nettle package/nettle: fix shared-only build 2014-12-13 09:59:33 +01:00
network-manager package/network-manager: Enable service under systemd 2014-12-07 23:14:55 +01:00
newt
nfacct
nfs-utils nfs-utils: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:53:34 +01:00
nftables Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
nginx package/nginx: disallow AIO support on arc 2014-12-07 21:27:49 +01:00
ngircd
ngrep Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
nmap package/nmap: fix shared-only build 2014-12-14 17:55:41 +01:00
nodejs nodejs: Revert "nodejs: disable ssl2 and ssl3 when openssl is not built" 2014-11-18 22:05:42 +01:00
noip
nss-mdns package: indentation cleanup 2014-11-02 23:27:01 +01:00
ntfs-3g
ntp
numactl package: indentation cleanup 2014-11-02 23:27:01 +01:00
nut
nuttcp nuttcp: add tarball hash 2014-10-31 14:22:34 +01:00
ocf-linux
ocrad
odhcploc
ofono
ola ola: bump to 0.9.3 2014-12-08 21:44:46 +01:00
olsr olsr: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:59:40 +01:00
omap-u-boot-utils omap-u-boot-utils: bump version 2014-11-01 21:48:34 +01:00
omniorb Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
on2-8170-libs
on2-8170-modules
open2300
opencore-amr
opencv opencv: superres - Fix return value VideoFrameSource_GPU 2014-11-08 22:43:13 +01:00
opengl
openntpd sysv init scripts: fix == bashism 2014-11-11 23:08:46 +01:00
openobex Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
openocd
openpgm
openpowerlink package/openpowerlink: enable dynamic build 2014-12-10 23:21:58 +01:00
openssh package/*/*.mk: Fix indent 2014-11-08 23:03:45 +01:00
openssl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
openswan
opentyrian
opentyrian-data unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
openvmtools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
openvpn Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
opkg package/opkg: disable tests and manpages 2014-12-13 22:35:25 +01:00
oprofile binutils: now depends on wchar 2014-10-29 22:13:13 +01:00
opus
opus-tools
orbit
orc orc: disable for uclinux 2014-11-03 11:51:46 +01:00
ortp
owl-linux
p11-kit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
p910nd
pango pango: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:00:03 +01:00
parted Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
patch
patchelf
pax-utils
pciutils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pcmanfm
pcre pcre: add a patch fixing CVE-2014-8964 2014-12-13 22:13:09 +01:00
pcsc-lite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perf
perl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-datetime-tiny
perl-gd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-gdgraph Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-gdtextutil
perl-io-socket-ssl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-json-tiny
perl-module-build
perl-mojolicious
perl-net-ssleay Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-path-tiny
perl-try-tiny
perl-xml-libxml Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
php Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
php-geoip
php-gnupg
php-imagick
php-memcached
php-ssh2
php-yaml
php-zmq
picocom
pifmrds
pinentry pinentry: bump version to 0.9.0 2014-12-07 22:49:09 +01:00
pixman pixman: unbreak on nios codesourcery 2014.05 2014-10-31 11:13:39 +01:00
pkgconf Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
poco
polarssl
polkit
poppler poppler: Install files into staging 2014-12-10 00:05:45 +01:00
popt
portaudio
portmap portmap: improve installation of binaries 2014-12-01 22:44:35 +01:00
postgresql
powerpc-utils
powervr
pppd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pps-tools
pptp-linux pptp-linux: don't install man page 2014-12-01 23:17:53 +01:00
prboom prboom: Use lowercase for kconfig option text 2014-12-14 09:52:11 +01:00
procps-ng
proftpd proftpd: remove redundant newline escape 2014-12-02 09:42:13 +01:00
protobuf
protobuf-c
proxychains-ng Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
psmisc
psplash
ptpd
ptpd2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pulseaudio package: indentation cleanup 2014-11-02 23:27:01 +01:00
pure-ftpd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pv
pwgen pwgen: bump to version 2.07 2014-11-07 08:52:41 +01:00
python
python3 Merge branch 'next' 2014-12-01 11:16:42 +01:00
python-alsaaudio python-alsaaudio: needs pcm and mixer support in alsa 2014-12-08 12:42:31 +01:00
python-bottle package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-certifi python-certifi: add new package 2014-11-23 22:13:26 +01:00
python-cffi package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-configobj
python-configshell-fb package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-crc16
python-daemon
python-dialog
python-docopt python-docopt: new package 2014-12-09 19:17:00 +01:00
python-dpkt
python-enum34 python-enum34: new package 2014-12-07 23:10:59 +01:00
python-flask python-flask: fix s/flash/flask/ _DEPENDENCIES typo 2014-12-02 23:58:23 +01:00
python-flup
python-gobject package: add python-gobject 2014-12-03 23:02:49 +01:00
python-httplib2 package: add python-httplib2 2014-11-25 20:22:49 +01:00
python-id3
python-ipaddr python-ipaddr: new package 2014-12-07 23:10:14 +01:00
python-ipy python-ipy: bump version 2014-10-29 23:22:18 +01:00
python-ipython package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-itsdangerous python-itsdangerous: needs python zlib support 2014-11-18 07:18:45 +01:00
python-jinja2 python-jinja2: needs markupsafe at runtime 2014-11-17 16:55:47 +01:00
python-json-schema-validator
python-keyring unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
python-libconfig package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-m2crypto
python-mad
python-markupsafe package: add python-markupsafe 2014-11-17 16:49:38 +01:00
python-meld3
python-msgpack
python-netifaces python-netifaces: enable on Python 3 2014-11-22 19:06:27 +01:00
python-networkmanager package: add python-networkmanager 2014-11-26 22:18:41 +01:00
python-nfc
python-numpy
python-pam Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
python-posix-ipc
python-protobuf
python-psutil python-psutil: new package 2014-12-07 23:12:14 +01:00
python-pyasn package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pycrypto package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pygame
python-pyparsing package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pypcap
python-pyrex
python-pyro
python-pysnmp package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pysnmp-apps package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pysnmp-mibs package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pyusb python-pyusb: bump version 2014-10-29 23:22:27 +01:00
python-pyzmq
python-requests package: add python-requests 2014-11-17 17:54:28 +01:00
python-rtslib-fb package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-serial package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-setuptools
python-simplejson
python-thrift python-thrift: bump to version 0.9.2 2014-12-08 23:03:28 +01:00
python-tornado python-tornado: add zlib run-time dependency 2014-11-18 08:39:25 +01:00
python-urwid package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-versiontools
python-webpy python-webpy: depend on Python 2.x only 2014-12-07 22:03:39 +01:00
python-werkzeug python-werkzeug: needs python zlib support 2014-11-17 15:18:29 +01:00
qdecoder Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qemu package/qemu: add support for FDT 2014-11-18 21:58:54 +01:00
qextserialport qextserialport: allow building with Qt5 2014-11-03 23:06:23 +01:00
qhull Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qjson qjson: allow building with Qt5 2014-11-03 23:06:12 +01:00
qlibc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qt Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qt5 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qtuio qtuio: add error handling to for loop 2014-12-07 21:53:57 +01:00
quagga
quota quota: fix static linking 2014-11-09 21:45:55 +01:00
qwt package: prepare to support modules that work with Qt or Qt5 2014-11-03 23:05:42 +01:00
radvd radvd: use <pkg>_INSTALL_INIT_SYSV 2014-12-01 22:35:55 +01:00
ramsmp
ramspeed
rapidjson rapidjson: simplify install commands 2014-11-18 23:34:03 +01:00
rdesktop rdesktop: bump to version 1.8.3 2014-11-01 14:45:46 +01:00
read-edid
readline
redis
rings
rng-tools rng-tools: bump to version 5 2014-11-26 22:27:18 +01:00
rp-pppoe rp-pppoe: install helper scripts 2014-12-07 21:24:20 +01:00
rpcbind rpcbind: install init script unconditionally 2014-12-02 00:24:39 +01:00
rpi-firmware
rpi-userland rpi-userland: use start() / stop() in init script like elsewhere 2014-12-12 08:44:26 +01:00
rpm package/rpm: add missing kconfig dependency to zlib 2014-11-18 08:40:43 +01:00
rrdtool
rsh-redone Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
rsync
rsyslog rsyslog: install init script and config file unconditionally 2014-12-02 00:25:14 +01:00
rt-tests rt-tests: needs MMU 2014-11-21 10:37:30 +01:00
rtai rtai: fix typo in config script fixup 2014-11-25 16:53:34 +01:00
rtmpdump Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
rtorrent
rtptools
rubix
ruby Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sam-ba unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
samba samba: install configuration file unconditionally 2014-12-02 00:28:59 +01:00
samba4 samba4: bump to version 4.1.14 2014-12-01 20:07:57 +01:00
sane-backends
sawman
schifra schifra: mark as broken 2014-11-13 10:04:03 +01:00
sconeserver Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
scons
screen screen: install configuration file unconditionally 2014-12-02 00:36:39 +01:00
sdl
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound package/sdl_sound: fix constness in debug mode 2014-11-18 08:41:48 +01:00
sdl_ttf
sdparm
sed
ser2net
setserial
sg3_utils sg3_utils: bump to version 1.40 2014-11-18 22:59:19 +01:00
shairport-sync Merge branch 'next' 2014-12-01 11:16:42 +01:00
shared-mime-info
simicsfs
sispmctl
slang Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
slirp
smack Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
smartmontools
smcroute smcroute: bump version 2014-11-01 23:20:34 +01:00
smstools3
snappy
snmppp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
snowball-hdmiservice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
snowball-init Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
socat
socketcand
sound-theme-borealis sound-theme-borealis: add error handling to for loop 2014-12-02 00:13:41 +01:00
sound-theme-freedesktop
sox
spawn-fcgi
speex speex: use BR2_ARM_CPU_ARM* options 2014-11-06 23:47:24 +01:00
spice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
spice-protocol
spidev_test
sqlcipher sqlcipher: fix static linking with openssl 2014-11-25 15:32:04 +01:00
sqlite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
squashfs
squid squid: bump to version 3.4.10 2014-12-10 20:01:55 +01:00
sredird
sshfs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sshpass
sstrip sstrip: fix source svn repository url 2014-11-24 22:02:51 +01:00
startup-notification
statserial
strace package: indentation cleanup 2014-11-02 23:27:01 +01:00
stress Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
strongswan Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
stunnel stunnel: install configuration file unconditionally 2014-12-02 00:27:15 +01:00
subversion Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sudo package/*/*.mk: Fix indent 2014-11-19 23:23:35 +01:00
sunxi-boards sunxi-boards: bump version 2014-11-01 23:28:06 +01:00
sunxi-cedarx
sunxi-mali
sunxi-mali-prop
sunxi-tools
supervisor
swig
sylpheed
synergy
sysklogd sysklogd: fix redundant newline escape 2014-12-02 09:43:21 +01:00
sysprof
sysstat sysstat: bump to version 11.0.2 2014-12-02 13:00:18 +01:00
systemd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sysvinit sysvinit/inittab: adjust shutdown 2014-11-20 23:09:44 +01:00
taglib
tar
targetcli-fb targetcli-fb: bump version 2014-11-03 00:08:27 +01:00
tcl tcl: bump version to 8.6.3 2014-11-14 14:54:45 +01:00
tclap
tcllib
tcpdump Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
tcping
tcpreplay
texinfo
tftpd tftpd: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:01:19 +01:00
thrift Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
thttpd thttpd: use the <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:36:57 +01:00
ti-gfx
ti-uim
ti-utils
tidsp-binaries
tiff
time
tinyalsa Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
tinyhttpd tinyhttpd: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:06:22 +01:00
tinymembench
tinyxml
tmux
tn5250
torsmo
trace-cmd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
transmission transmission: use start() / stop() in init script like elsewhere 2014-12-12 08:44:34 +01:00
tree tree: don't install man page 2014-12-01 23:14:25 +01:00
tremor
triggerhappy triggerhappy: new package 2014-12-12 00:07:10 +01:00
trinity
tslib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
tstools tstools: rename patch to new convention 2014-11-18 14:08:22 +01:00
tvheadend package/tvheadend: Rework CFLAGS handling for liburiparser 2014-12-07 21:22:28 +01:00
twolame
tz package: indentation cleanup 2014-11-02 23:27:01 +01:00
tzdata package/tzdata: fix installation commands 2014-11-18 21:50:05 +01:00
tzdump
uboot-tools
ucl
uclibc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
udev
udisks Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
udpcast
uemacs uemacs: bump to latest LT master 2014-11-24 22:16:39 +01:00
ulogd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
unionfs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
upmpdcli upmpdcli: use start() / stop() in init script like elsewhere 2014-12-12 08:44:34 +01:00
upx package: indentation cleanup 2014-11-02 23:27:01 +01:00
urg unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
usb_modeswitch
usb_modeswitch_data
usbmount usbmount: install configuration file unconditionally 2014-12-02 00:38:24 +01:00
usbredir
usbutils usbutils: drop double needs from comment 2014-12-10 21:25:35 +01:00
ushare Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ussp-push Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
util-linux Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ux500-firmware
vala
valgrind valgrind: bump to version 3.10.1 2014-11-26 16:14:38 +01:00
vde2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
vim vim: install vi symlink 2014-11-08 17:35:32 +01:00
vlc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
vo-aacenc vo-aacenc: use the BR2_ARM_CPU_ARM* options 2014-11-06 23:52:04 +01:00
vorbis-tools
vpnc
vsftpd vsftpd: rename patches to the new naming convention 2014-12-01 22:34:31 +01:00
vtun
w_scan w_scan: bump version to 20141122 2014-12-07 21:53:19 +01:00
wavpack
wayland Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
webkit webkit: use BR2_ARM_CPU_ARM* options 2014-11-06 23:52:55 +01:00
webp
webrtc-audio-processing
weston Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
wget wget: add host-pkgconf dependency 2014-12-10 21:25:04 +01:00
whetstone
which
whois whois: bump to version 5.2.2 2014-11-18 23:00:29 +01:00
wipe wipe: ensure binary gets installed with proper permissions 2014-12-01 23:08:46 +01:00
wireless_tools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
wireless-regdb wireless-regdb: bump to version 2014.11.18 2014-11-28 21:14:00 +01:00
wireshark wireshark: security bump to version 1.12.2 2014-11-13 16:29:14 +01:00
wmctrl
wpa_supplicant Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
wsapi
wvdial
wvstreams Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
x11r7 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
x11vnc
x264 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xavante
xbmc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xbmc-addon-xvdr
xbmc-pvr-addons
xenomai xenomai: add error handling to for loop 2014-12-02 00:15:00 +01:00
xerces
xfsprogs
xinetd xinetd: change download location 2014-11-01 23:16:09 +01:00
xl2tp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xmlstarlet Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xscreensaver
xterm
xvkbd
xz
yaffs2utils
yajl
yaml-cpp
yasm
yavta
ympd
zd1211-firmware
zeromq Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
zic
zlib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
zlog Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
zmqpp
znc
zsh
zxing unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
zyre
Config.in triggerhappy: new package 2014-12-12 00:07:10 +01:00
Config.in.host package/mke2img: new package 2014-12-07 22:06:44 +01:00
doc-asciidoc.mk
Makefile.in Turn the static lib option into a choice with more options 2014-12-12 00:09:02 +01:00
pkg-autotools.mk pkg-autotools: only apply libtool patch at the right moment 2014-11-22 20:37:52 +01:00
pkg-cmake.mk Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pkg-download.mk pkg-download: verify the hashes from the download wrapper 2014-12-11 23:59:25 +01:00
pkg-generic.mk
pkg-kconfig.mk
pkg-luarocks.mk package: indentation cleanup 2014-11-02 23:27:01 +01:00
pkg-perl.mk
pkg-python.mk
pkg-utils.mk
pkg-virtual.mk