Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] postgresql: remove devfiles from target
@ 2014-08-09 17:34 Floris Bos
  2014-08-10  7:01 ` Thomas De Schampheleire
  0 siblings, 1 reply; 8+ messages in thread
From: Floris Bos @ 2014-08-09 17:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
---
 package/postgresql/postgresql.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 0fecbc7..6d71b9c 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -51,6 +51,8 @@ endef
 
 define POSTGRESQL_INSTALL_TARGET_FIXUP
 	$(INSTALL) -dm 0700 $(TARGET_DIR)/var/lib/pgsql
+	rm -f $(TARGET_DIR)/usr/bin/pg_config
+	rm -rf $(TARGET_DIR)/usr/lib/postgresql/pgxs
 endef
 
 POSTGRESQL_POST_INSTALL_TARGET_HOOKS += POSTGRESQL_INSTALL_TARGET_FIXUP
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-08-13 10:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-09 17:34 [Buildroot] [PATCH 1/1] postgresql: remove devfiles from target Floris Bos
2014-08-10  7:01 ` Thomas De Schampheleire
2014-08-10 10:55   ` Floris Bos
2014-08-10 12:54     ` Thomas De Schampheleire
2014-08-12 16:50       ` Thomas Petazzoni
2014-08-12 17:39         ` Floris Bos
2014-08-13  7:26           ` Thomas Petazzoni
2014-08-13 10:53             ` Floris Bos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox