diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2011-08-10 00:12:40 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-12 00:08:14 +0200 |
commit | 6c0ea9684d74440ccd2ef964ef385c81309d21fa (patch) | |
tree | 7517ed4ca3836f3528b34979b198231bcdc3036f | |
parent | 8ea4d5b47bec2d83516f4c61436fc39800aac18b (diff) | |
download | buildroot-novena-6c0ea9684d74440ccd2ef964ef385c81309d21fa.tar.gz buildroot-novena-6c0ea9684d74440ccd2ef964ef385c81309d21fa.zip |
sylpheed: remove --program-prefix
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/sylpheed/sylpheed.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk index dbd2408f1..371341f8d 100644 --- a/package/sylpheed/sylpheed.mk +++ b/package/sylpheed/sylpheed.mk @@ -9,7 +9,7 @@ SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR) SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2 SYLPHEED_SITE = http://sylpheed.sraoss.jp/sylpheed/v$(SYLPHEED_VERSION_MAJOR) -SYLPHEED_CONF_OPT = --disable-gtkspell --program-prefix="" \ +SYLPHEED_CONF_OPT = --disable-gtkspell \ --includedir=$(STAGING_DIR)/usr/include SYLPHEED_DEPENDENCIES = host-pkg-config libgtk2 |