Skip to content

Commit

Permalink
build: disable pie build for now, it breaks local/standalone builds
Browse files Browse the repository at this point in the history
There seems to be something wrong with the libtermkey build, which
uses libtool and somehow does not get build correctly for PIE.
  • Loading branch information
martanne committed Apr 22, 2016
1 parent 5e640cf commit d6effd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ tryflag CFLAGS_AUTO -fPIE
tryflag CFLAGS_AUTO -fstack-protector-all
tryldflag LDFLAGS_AUTO -Wl,-z,now
tryldflag LDFLAGS_AUTO -Wl,-z,relro
tryldflag LDFLAGS_AUTO -pie
#tryldflag LDFLAGS_AUTO -pie

have_pkgconfig=no
printf "checking for pkg-config... "
Expand Down

0 comments on commit d6effd0

Please sign in to comment.