Skip to content

Commit fe1c5e4

Browse files
ahkoksofar
authored andcommitted
v233
1 parent 09f69ac commit fe1c5e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
AC_PREREQ([2.64])
1818

1919
AC_INIT([systemd-bootchart],
20-
[232],
20+
[233],
2121
[http://github.com/systemd/systemd-bootchart/issues],
2222
[systemd-bootchart],
2323
[http://github.com/systemd/systemd-bootchart/])
@@ -151,8 +151,7 @@ CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
151151
-Wl,--no-undefined \
152152
-Wl,-z,relro \
153153
-Wl,-z,now \
154-
-pie \
155-
-Wl,-fuse-ld=gold])
154+
-pie])
156155
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
157156

158157
AC_ARG_WITH([rootprefix],

0 commit comments

Comments
 (0)