Re: [LEDE-DEV] OpenSSL: question about package Makefile

2017-03-30 Thread Nino Benedetto
I made some other tests to be sure that removing the make build-shared and make do_linux-shared commands would'n break the compiled shared objects. I checked the md5 for the files compiled with the default package Makefile and the with the simplified one obtaining the same result: Default Mak

[LEDE-DEV] OpenSSL: question about package Makefile

2017-03-29 Thread Nino Benedetto
Hi all, I was looking at the openssl package Makefile and I have a question about that. The Build/Compile target is formatted in the following way: define Build/Compile +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ ASFLAGS="$(TARGET_ASFLAGS) -I$(PKG_BUILD_DIR)/crypto -c" \ AR="$(T