head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2016.04.05.20.52.34; author khorben; state dead; branches; next 1.1; commitid YsVJl9TQNUEzOt1z; 1.1 date 2016.02.22.12.42.56; author khorben; state Exp; branches; next ; commitid vCWVmJf4TerlvUVy; desc @@ 1.2 log @Package DeforaOS Mailer 0.1.8 This release brings: - re-license as 3-clause BSD - explicitly disable SSLv2 (security) - functionality fix - better support for IPv6 - better support for Gtk+ 3 - build fixes - Spanish translation @ text @$NetBSD: patch-src_account_Makefile,v 1.1 2016/02/22 12:42:56 khorben Exp $ Always build plug-ins with -fPIC --- src/account/Makefile.orig 2016-02-20 14:42:07.000000000 +0000 +++ src/account/Makefile @@@@ -6,8 +6,8 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= -I ../../include CPPFLAGS= -CFLAGSF = -W `pkg-config --cflags openssl` `pkg-config --cflags glib-2.0` -CFLAGS = -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all +CFLAGSF = `pkg-config --cflags openssl` `pkg-config --cflags glib-2.0` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all LDFLAGSF= `pkg-config --libs openssl` -lssl `pkg-config --libs glib-2.0` LDFLAGS = -Wl,-z,relro -Wl,-z,now EXEEXT = @ 1.1 log @Add support for LDFLAGS Fixes build with the default settings. @ text @d1 1 a1 1 $NetBSD$ @