summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xclock
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-22 20:12:28 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-22 20:12:28 +0000
commit29d001a042ec17081fc69c246a2e841b5eac0899 (patch)
tree13f2aba1db14f1e41211ff31e9b99989a34a3173 /package/x11r7/xapp_xclock
parenteff04b41d3c5fa481b789d74e0b0f1568b485468 (diff)
downloadbuildroot-novena-29d001a042ec17081fc69c246a2e841b5eac0899.tar.gz
buildroot-novena-29d001a042ec17081fc69c246a2e841b5eac0899.zip
x11r7/xclock: don't force libiconv link
Closes #5654.
Diffstat (limited to 'package/x11r7/xapp_xclock')
-rw-r--r--package/x11r7/xapp_xclock/xapp_xclock.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/x11r7/xapp_xclock/xapp_xclock.mk b/package/x11r7/xapp_xclock/xapp_xclock.mk
index 47b57a52b..56b22fca6 100644
--- a/package/x11r7/xapp_xclock/xapp_xclock.mk
+++ b/package/x11r7/xapp_xclock/xapp_xclock.mk
@@ -10,6 +10,4 @@ XAPP_XCLOCK_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCLOCK_AUTORECONF = NO
XAPP_XCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXft xlib_libXrender xlib_libxkbfile
-XAPP_XCLOCK_CONF_OPT = LDFLAGS="-liconv"
-
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xclock))