libvirt/m4
Roman Bogorodskiy 97e70a5935 maint: extend PIE support check
GCC installed from FreeBSD ports doesn't support building PIE executables
and fails with:

/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against
`_DYNAMIC' can not be used when making a shared object; recompile with
-fPIC
/usr/lib/crt1.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status

However, the configure check for '-fPIC -DPIC' doesn't catch that. In
order to catch this case, add '-pie' to CFLAGS in m4/virt-compile-pie.m4
so it could detect lack of PIE support on configure time and don't fail
the build.
2015-05-11 20:08:47 +03:00
..
virt-apparmor.m4
virt-attr.m4
virt-audit.m4
virt-avahi.m4
virt-blkid.m4
virt-capng.m4
virt-compile-pie.m4 maint: extend PIE support check 2015-05-11 20:08:47 +03:00
virt-compile-warnings.m4 Conditionalize use of -Wno-suggest-attribute=format pragma 2015-01-16 17:12:27 +00:00
virt-curl.m4
virt-dbus.m4 build: fix build with older dbus headers 2014-11-20 06:41:53 -07:00
virt-driver-bhyve.m4 m4: bhyve: Fix check for the required bhyve programs 2014-06-09 09:40:25 +02:00
virt-fuse.m4
virt-gluster.m4 storage: initial support for linking with libgfapi 2013-11-25 11:02:52 -07:00
virt-hal.m4
virt-lib.m4 build: use --with-systemd-daemon as configure option 2014-02-26 05:59:22 -07:00
virt-linker-no-indirect.m4
virt-linker-relro.m4
virt-netcf.m4
virt-numactl.m4 virnuma: Check for numa_bitmask_isbitset presence 2014-06-04 16:06:51 +02:00
virt-openwsman.m4
virt-pciaccess.m4
virt-pkgconfig-back-compat.m4
virt-readline.m4 build: add configure --without-readline 2013-10-07 08:39:47 -06:00
virt-result.m4
virt-sanlock.m4
virt-sasl.m4
virt-selinux.m4 maint: fix typo in previous patch 2014-05-28 20:01:57 -06:00
virt-ssh2.m4
virt-systemd-daemon.m4 virNetServerRun: Notify systemd that we're accepting clients 2014-02-24 10:54:48 +01:00
virt-udev.m4 avoid using deprecated udev logging functions 2014-12-15 18:08:45 +00:00
virt-wireshark.m4 rpm-build: use pkg-config to detect wireshark presence 2015-03-16 22:58:54 +01:00
virt-yajl.m4