Re: problem resolving foreign function (I think)

DJ <[email protected]> Thu, 19 Mar 2015 11:06:18 -0400
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
Good. To be totally clear, the change works on my system with just the 
following change in db-mysql/Makefile (i.e. include ",-pie"):

ifneq ($(OS_DPKG_BUILDFLAGS),0)
   CFLAGS:=$(CFLAGS) $(shell dpkg-buildflags --get CFLAGS)
   LDFLAGS:=$(LDFLAGS) $(shell env 
DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" dpkg-buildflags --get 
LDFLAGS | sed "s/-Wl\|,/ /ig")
endif