summaryrefslogtreecommitdiff
path: root/package/pcmanfm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-25 12:19:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-25 12:19:36 +0200
commit19522ff901a6c4694cd3bb269ec62f46e6c76ee8 (patch)
treede43d9e53285001a98fc9d5b38d4c0656abc4f25 /package/pcmanfm/Makefile
parent62c0f6c5579b3b1bb4d468bf31443979a231c300 (diff)
parentadd00755dce7010c2025e1a18e57b832a960d289 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcmanfm/Makefile')
-rw-r--r--package/pcmanfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcmanfm/Makefile b/package/pcmanfm/Makefile
index 187c4da2a..500f4c41b 100644
--- a/package/pcmanfm/Makefile
+++ b/package/pcmanfm/Makefile
@@ -22,7 +22,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PCMANFM,pcmanfm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CPPFLAGS_FOR_BUILD+= $(shell pkg-config --cflags glib-2.0)
-LDFLAGS_FOR_BUILD+= $(shell pkg-config --libs glib-2.0)
+LDFLAGS_FOR_BUILD+= $(shell pkg-config --libs glib-2.0) -L/usr/lib
CONFIGURE_ARGS+= --disable-gtk-doc
pcmanfm-install: