Skip to content

Commit

Permalink
v233
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok authored and sofar committed Sep 12, 2017
1 parent 09f69ac commit fe1c5e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
AC_PREREQ([2.64])

AC_INIT([systemd-bootchart],
[232],
[233],
[http://github.com/systemd/systemd-bootchart/issues],
[systemd-bootchart],
[http://github.com/systemd/systemd-bootchart/])
Expand Down Expand Up @@ -151,8 +151,7 @@ CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
-Wl,--no-undefined \
-Wl,-z,relro \
-Wl,-z,now \
-pie \
-Wl,-fuse-ld=gold])
-pie])
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")

AC_ARG_WITH([rootprefix],
Expand Down

0 comments on commit fe1c5e4

Please sign in to comment.