From 6eef8f1053e40fe214d0756ac304240066d541f9 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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@40838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 6acb8ff..e228d34 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_SCRIPT := ./autogen.sh DEB_MAKE_CLEAN_TARGET := distclean DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath +CFLAGS += -fvisibility=hidden +LDFLAGS += -fvisibility=hidden clean:: [ ! -f Makefile ] || make distclean -- 2.7.4