From 67de655fd1230362165edaf792d2324ebe3f3e15 Mon Sep 17 00:00:00 2001 From: barbieri Date: Tue, 26 May 2009 17:34:53 +0000 Subject: [PATCH] fix debian rules files. * fix the way AC_INIT macros are parsed to consider [] as well. * set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@40838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7c39761..d8995d3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk CFLAGS += -fvisibility=hidden +LDFLAGS += -fvisibility=hidden DEB_INSTALL_MANPAGES_libeet-doc := $(DEB_SRCDIR)/doc/man/man3/E*.3 $(DEB_SRCDIR)/doc/man/man3/e*.3 DEB_INSTALL_MANPAGES_libeet-bin := $(DEB_SRCDIR)/debian/eet.1 -- 2.7.4