Changeset 0d753ff
- Timestamp:
- 2022-02-17T22:23:06Z (3 years ago)
- Branches:
- master
- Children:
- 2dd6076
- Parents:
- cfe7243
- git-author:
- Claes Nästén <pekdon@…> (11-02-22 19:27:24)
- git-committer:
- Jelmer Vernooij <jelmer@…> (17-02-22 22:23:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rcfe7243 r0d753ff 56 56 57 57 arch=$(uname -s) 58 arch_rel=$(uname -r) 58 59 59 60 GLIB_MIN_VERSION=2.32 60 61 61 # Cygwin and Darwin don't support PIC/PIE62 # Cygwin, Darwin and SunOS < 5.11 do not support PIC/PIE 62 63 case "$arch" in 63 64 CYGWIN* ) … … 65 66 Darwin ) 66 67 pie=0;; 68 SunOS ) 69 if [ "$arch_rel" = "5.10" ]; then 70 pie=0;; 71 fi 67 72 esac 68 73
Note: See TracChangeset
for help on using the changeset viewer.