15 lines
438 B
Text
15 lines
438 B
Text
|
Remove flags that aren't understood.
|
||
|
|
||
|
Index: tests/bamfdaemon/Makefile.in
|
||
|
--- tests/bamfdaemon/Makefile.in.orig
|
||
|
+++ tests/bamfdaemon/Makefile.in
|
||
|
@@ -439,7 +439,7 @@ test_bamf_LDADD = \
|
||
|
$(GLIB_LIBS) $(GTK_LIBS) $(GTOP_LIBS) $(SN_LIBS) $(WNCK_LIBS) \
|
||
|
$(X_LIBS) $(NULL) $(am__append_1)
|
||
|
test_bamf_LDFLAGS = \
|
||
|
- -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions \
|
||
|
+ -Xlinker -export-dynamic \
|
||
|
$(COVERAGE_LDFLAGS) \
|
||
|
$(NULL)
|
||
|
|