eion/purple-hangouts

Parents e15db5910dac
Children d28c54f14143
Remove redundant LDFLAGS from Makefile since -z doesn't exist everywhere
  • +1 -1
    Makefile
  • --- a/Makefile Thu Nov 03 12:06:20 2016 +1300
    +++ b/Makefile Fri Nov 11 23:58:38 2016 +1300
    @@ -11,7 +11,7 @@
    PKG_CONFIG ?= pkg-config
    CFLAGS ?= -O2 -g -pipe
    -LDFLAGS ?= -Wl,-z,relro
    +LDFLAGS ?=
    # Do some nasty OS and purple version detection
    ifeq ($(OS),Windows_NT)