From 3f5110b62e9a8702e9ee3334115f228fb8b15644 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 28 Jan 2013 19:38:40 +0000 Subject: We need -rdynamic for nulldesc! --- debian/patches/config-illumos.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/config-illumos.patch b/debian/patches/config-illumos.patch index 6e1c6af..dbf39e2 100644 --- a/debian/patches/config-illumos.patch +++ b/debian/patches/config-illumos.patch @@ -1,7 +1,7 @@ Index: icon/config/illumos/Makedefs =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ icon/config/illumos/Makedefs 2013-01-28 19:10:36.407878149 +0000 ++++ icon/config/illumos/Makedefs 2013-01-28 19:36:29.014891764 +0000 @@ -0,0 +1,19 @@ +# CC C compiler +# CFLAGS flags for building C files @@ -17,7 +17,7 @@ Index: icon/config/illumos/Makedefs +CFDYN = -fPIC +CFLAGS = +RLINK = -+RLIBS = -lm ++RLIBS = -lm -rdynamic +TLIBS = +XLIBS = -lX11 +XPMDEFS = -DZPIPE -DSYSV @@ -25,7 +25,7 @@ Index: icon/config/illumos/Makedefs Index: icon/config/illumos/define.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ icon/config/illumos/define.h 2013-01-28 19:10:02.912492510 +0000 ++++ icon/config/illumos/define.h 2013-01-28 19:25:11.403461574 +0000 @@ -0,0 +1,6 @@ +/* + * Icon configuration file for Sun Solaris using Gnu C compiler @@ -36,7 +36,7 @@ Index: icon/config/illumos/define.h Index: icon/config/illumos/status =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ icon/config/illumos/status 2013-01-28 19:11:11.073674572 +0000 ++++ icon/config/illumos/status 2013-01-28 19:25:11.404424321 +0000 @@ -0,0 +1,29 @@ +System configuration: + -- cgit v1.2.3