Commit Graph

52 Commits (7e7a567b1402f069ee0c6cbd32077b25eb0ccd30)

Author SHA1 Message Date
Felix Fietkau 975e7ac2fc zlib: replace -fPIC with $(FPIC)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:41:32 +00:00
Florian Fainelli 9244642dd3 [package] remove CFLAGS_LARGEFILE, not defined anywhere (#4856)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 21:49:48 +00:00
Felix Fietkau 5bdd866100 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
Felix Fietkau 73a5abbb32 use $(FPIC) in a few places where it matters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 22:10:29 +00:00
Florian Fainelli a5016646fc Do not run ldconfig while cross-compiling zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-27 13:17:05 +00:00
Felix Fietkau 07ac525153 remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:40:47 +00:00
Felix Fietkau 6d3ad9e49a Fix zlib for powerpc
For some architectures like powerpc, the library must be compiled with
-fPIC
(checked also for mips/mipsel)

Signed-off-by: Thomas Langer <thomas.langer@infineon.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-29 18:30:27 +00:00
Felix Fietkau bb6c4aade1 add $(STAGING_DIR) as argument to the InstallDev template and update 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-28 01:45:11 +00:00
Nicolas Thill ff7008b0c1 fix openssl with zlib-dynamic (closes: #1182), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01 12:32:53 +00:00
Felix Fietkau 12a81e859f refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
Felix Fietkau 713863458d add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 20:21:39 +00:00
Felix Fietkau c70cfb3d1a add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use 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
2007-03-16 19:18:55 +00:00
Felix Fietkau 5a32593057 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
Felix Fietkau 37a9666a03 add zlib fix from #855
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 02:04:19 +00:00
Felix Fietkau 0a9714b58c fix zlib cross compiling from non-linux systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-14 23:05:37 +00:00
Nicolas Thill ecb6c4b599 new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24 20:49:31 +00:00
Nicolas Thill d57219e765 standardize Makefile, remove dup description
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23 13:31:54 +00:00
Mike Baker f9e5c1b1d5 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
Felix Fietkau 24cf53528f add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
Felix Fietkau 08cbdbc1b0 build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
Nicolas Thill c12c40f4a6 normalize Makefiles.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18 18:30:40 +00:00
Felix Fietkau f45baccdc5 improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 18:55:52 +00:00
Nicolas Thill 7066a5cc9e use InstallDev/UninstallDev.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-29 01:29:46 +00:00
Felix Fietkau b97ca641b4 replace $(IDIR_*) with $(1)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-11 16:00:43 +00:00
Mike Baker c96493f70c typos
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 19:16:02 +00:00
Mike Baker 4db966cb5e Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 19:06:22 +00:00
Mike Baker e0af0a4eb8 change cp to $(CP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01 23:53:19 +00:00
Mike Baker 2a0bcf3368 restore old configure script patch; fix build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-13 19:22:38 +00:00
OpenWrt Developers 48d29a37fe security update
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-13 15:36:09 +00:00
Nicolas Thill fdffe64b46 reorganize/rationalize/format package menuconfig,
make updatedd modular

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-05 02:16:36 +00:00
Felix Fietkau 8b8c9d4d6e lots of small package changes and dependency cleanups for the V= stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-22 12:12:59 +00:00
Felix Fietkau a2ad0ad108 remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-21 17:21:28 +00:00
Felix Fietkau 8f7cf24299 another zlib fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-29 22:07:44 +00:00
Felix Fietkau 70eaa7ac8b fix zlib build on machines where LDFLAGS gets set to something broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-29 21:41:38 +00:00
Felix Fietkau 50d0001e66 add a load of fixes from whiterussian to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-07-11 20:26:57 +00:00
Nicolas Thill 8ac3bf3f6c Set download url to sourceforge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-06-06 15:44:27 +00:00
Nicolas Thill fd322cb3bd Switch to .tar.bz2 archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-24 02:27:19 +00:00
Nicolas Thill 69cad52363 Cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-19 21:31:05 +00:00
Nicolas Thill 7beba3b0af Standardize package Config.in, change prompt to package name + short description, add URL when missing (and found)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-19 16:49:23 +00:00
Felix Fietkau ae2cf4c8db fix zlib staging dir install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-13 20:37:53 +00:00
Nicolas Thill 8f9538ff65 Convert zlib to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-13 04:26:17 +00:00
Felix Fietkau 26afbfb9ff disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18 19:45:56 +00:00
Nicolas Thill 9754608d27 Uniformize package Makefile, move ipkg related files to ./ipkg and patches to ./patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18 06:37:11 +00:00
Nicolas Thill d26d24f3e0 Uniformize package Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@640 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-14 06:11:36 +00:00
Nicolas Thill c9ccfe0b92 Don't include libz.so into zlib package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-11 01:28:50 +00:00
Felix Fietkau 5f6c43ae22 remove version and architecture from control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-30 19:29:51 +00:00
Waldemar Brodkorb a614223ef9 add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-21 08:12:49 +00:00
Felix Fietkau 79b24fb223 add downloading script (with md5sum checking and sourceforge downloading support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-19 22:51:51 +00:00
Nicolas Thill 95ab18e175 Add package install dependencies (don't install a package if it's already installed)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 12:03:54 +00:00
Mike Baker 3d904bb14a nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06 03:34:52 +00:00