File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change
1
+ 2024-03-16 Holger Hans Peter Freyther <
[email protected] >
2
+
3
+ * configure.ac: Drop executable stacks on macos.
4
+ * Makefile.am: Drop executable stacks on macos.
5
+
1
6
2018-01-23 Mathias Laurin <
[email protected] >
2
7
3
8
* doc/tutorial.texi: Fix typo in tutorial.
Original file line number Diff line number Diff line change @@ -110,15 +110,15 @@ bin_PROGRAMS = gst
110
110
gst_SOURCES = main.c
111
111
gst_LDADD = libgst/libgst.la lib-src/library.la @ICON@
112
112
gst_DEPENDENCIES = libgst/libgst.la lib-src/library.la @ICON@
113
- gst_LDFLAGS = -export-dynamic $(RELOC_LDFLAGS ) $( LIBFFI_EXECUTABLE_LDFLAGS )
113
+ gst_LDFLAGS = -export-dynamic $(RELOC_LDFLAGS )
114
114
115
115
# The single gst-tool executable is installed with multiple names, hence
116
116
# we use noinst here.
117
117
noinst_PROGRAMS = gst-tool
118
118
gst_tool_SOURCES = gst-tool.c
119
119
gst_tool_LDADD = libgst/libgst.la lib-src/library.la @ICON@
120
120
gst_tool_DEPENDENCIES = libgst/libgst.la lib-src/library.la @ICON@
121
- gst_tool_LDFLAGS = -export-dynamic $(RELOC_LDFLAGS ) $( LIBFFI_EXECUTABLE_LDFLAGS )
121
+ gst_tool_LDFLAGS = -export-dynamic $(RELOC_LDFLAGS )
122
122
123
123
# Used to call the Unix zip from Wine
124
124
EXTRA_PROGRAMS = winewrapper
Original file line number Diff line number Diff line change @@ -160,13 +160,9 @@ case $with_system_libffi in
160
160
INCFFI="-I$with_system_libffi/../include"
161
161
LIBFFI="-L$with_system_libffi -lffi"
162
162
esac
163
- case $host in
164
- *-*-darwin[ [ 912] ] * ) LIBFFI_EXECUTABLE_LDFLAGS=-Wl,-allow_stack_execute ;;
165
- *) LIBFFI_EXECUTABLE_LDFLAGS= ;;
166
- esac
167
163
AC_SUBST ( INCFFI )
168
164
AC_SUBST ( LIBFFI )
169
- AC_SUBST ( LIBFFI_EXECUTABLE_LDFLAGS )
165
+
170
166
171
167
case $ac_configure_args in
172
168
*--enable-subdir) ;;
You can’t perform that action at this time.
0 commit comments