[Buildroot] svn commit: trunk/buildroot/package/openssl

Peter Korsgaard jacmet at uclibc.org
Tue Jul 8 13:45:59 UTC 2008


>>>>> "Thiago" == Thiago A Corrêa <thiago.correa at gmail.com> writes:

Hi,

 >> I don't get it, how do the files get installed into TARGET_DIR?
 >> 
 Thiago> Oh, that's because in the google repository it was made in different
 Thiago> commits, but there John changed it to use make install instead. He was
 Thiago> looking into the issue of having Midori and other packages connect to
 Thiago> https servers. To fix that, besides having a proper openssl install,
 Thiago> one needs to install the CA certificates. But none the less make
 Thiago> install is better than copying individual files.

Yes, if it doesn't install a bunch of unneeded stuff.

 Thiago> $(STAGING_DIR)/usr/lib/libcrypto.a: $(OPENSSL_DIR)/apps/openssl
 Thiago>         $(MAKE) CC=$(TARGET_CC) INSTALL_PREFIX=$(STAGING_DIR)/usr -C
 Thiago> $(OPENSSL_DIR) install
 Thiago>         $(MAKE) CC=$(TARGET_CC) INSTALL_PREFIX=$(TARGET_DIR) -C
 Thiago> $(OPENSSL_DIR) install

Ahh, we normally put those in seperate targets
($TARGET_DIR)/usr/lib/libcrypto... )

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list