CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/09/21 03:02:30
Modified files:
emulators/qemu : Makefile
emulators/qemu/patches: patch-configure patch-net_h
patch-qemu-options_hx
Added files:
emulators/qemu/patches: patch-i386_ld patch-net_slirp_c
patch-x86_64_ld
Log message:
Backport some upstream qemu fixes, from Brad (maintainer) -
- Fix install(1) usage to be compatible with OpenBSD's install(1).
- Allow overriding the location of Samba's smbd,
>From Brad
- Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
them work with older binutils versions. Fixes *-bsd-user build on
OpenBSD 4.9 which ships binutils 2.15.
>From Gerd Hoffmann <kraxel at redhat dot com>