q66 pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=fbea7e0d26458e9f5500e704e30e9e6eef9aee9b

commit fbea7e0d26458e9f5500e704e30e9e6eef9aee9b
Author: q66 <[email protected]>
Date:   Fri Nov 21 20:14:02 2014 +0000

    seems like enlightenment_sys will still fail linkage on freebsd; workaround
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index eb5b374..3c48d8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1025,7 +1025,8 @@ SUID_CFLAGS=-fPIE
 SUID_LDFLAGS=-pie
 case "$host_os" in
    freebsd*|pcbsd*)
-      SUID_CFLAGS=-fPIE -pie
+      SUID_CFLAGS=
+      SUID_LDFLAGS=
       ;;
 esac
 AC_SUBST([SUID_CFLAGS])

-- 


Reply via email to