summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
AgeCommit message (Collapse)Author
2007-10-06added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2blogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd
packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22install OpenSSL pkgconfig dev filesnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07move package description to a separate definition, remove it when ↵nico
DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-03use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01Put back dso and bump release numberflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01Put back zlib-dynamic it is breaking more packages than it solves problemsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-31address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dsopavlov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-08move openssl to 0.9.8epavlov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-26enable dso support back in openssl, needed to use shared zlib compression, ↵nico
and should fix the "error:2507006C:lib(37):func(112):reason(108)" errors. closes: #1182 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd
lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd
KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29fix for ticket:989pavlov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28patch from #989 (thanks Bartman007)mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-25sync openssl ciphers and options with whiterussiannbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23replace lots of manual install commands with INSTALL_* variablesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-18remove bogus -j1 options from make callsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-29sync openssl in wr and ng, update to 0.9.8d for security fixesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24new (last?) attempt at standardizing Makefilesnico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23standardize Makefile, change section from base to libs and utils, add ↵nico
detailed descriptions git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-31fix ccache errormbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04set PATH in rules.mkmbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccachembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27credit where credit is duembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21add INCLUDE_DIR variable for $(TOPDIR)/includenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd
lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18remove ipkg directory, normalize Makefile.nico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-15add openssl depend on zlibnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-11add opensslnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-13remove lots of non-essential packagesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-29readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-toolswbx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-26remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 ↵wbx
and dsniff, if you need to save space, please use libmatrixssl git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-23first try to decrease the size of openssl 0.9.8akaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-07fix wrong permissions on /etc (fixes from [3327])nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3328 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-23update openssl to 0.9.8mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01change cp to $(CP)mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22lots of small package changes and dependency cleanups for the V= stuffnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-20update openssl to new upstream release (v0.9.7i), nico
enable engine support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-08Always use -R flag with cp (to preserve symlinks)nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-06Add some mirrorsnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-01Split patches.nico
Use full target optimization flags (save a few KB). Do a make depend before building. Remove unneeded targets from main Makefile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-22Convert openssl to new packaging style, install devel stuff in ↵nico
STAGING_DIR/usr, change openssldir to /etc/ssl, enable MD4, add openssl-util subpackage git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-25update openssl to 0.9.7gnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@715 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-14Change searchpath from STAGING_DIR/{include,lib} to ↵nico
STAGING_DIR/usr/{include,lib}, Fix static libraries building git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08add some fixes for parallel build (does not work with -j4 yet, but it gets ↵nbd
most packages compiled now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-03upgrade to dnsmasq 2.22 and openssl 0.9.7fkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-21add md5sumswbx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-19add downloading script (with md5sum checking and sourceforge downloading ↵nbd
support) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-07fix openssl buildnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-07enable hotplugmbm
fix openssl package enable motorola binaries git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@324 3c298f89-4303-0410-b956-a3cf2f4a3e73