Skip to content

Commit

Permalink
libxsettings: Don't install -s.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatus committed Sep 1, 2012
1 parent 5b4ddc6 commit e74ed69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
@@ -0,0 +1,13 @@
Index: libxsettings-0.11/Makefile
===================================================================
--- libxsettings-0.11.orig/Makefile 2012-09-01 15:07:25.081764841 -0500
+++ libxsettings-0.11/Makefile 2012-09-01 15:07:59.333613917 -0500
@@ -36,7 +36,7 @@

install-program: $(LIBXSETTINGS_SO)
install -d $(DESTDIR)$(PREFIX)/lib
- install -s $(LIBXSETTINGS_SO) $(DESTDIR)$(PREFIX)/lib/$(LIBXSETTINGS_SO)
+ install $(LIBXSETTINGS_SO) $(DESTDIR)$(PREFIX)/lib/$(LIBXSETTINGS_SO)

install-devel:
install -d $(DESTDIR)$(PREFIX)/include
@@ -1,11 +1,14 @@
inherit gpe

DESCRIPTION = "Common code for XSETTINGS"
SECTION = "gpe/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "x11"
PR = "r1"

inherit gpe
SRC_URI += "file://no-install-strip.patch;patch=1"

headers = "xsettings-common.h"

Expand Down

0 comments on commit e74ed69

Please sign in to comment.