21 Commits

Author SHA1 Message Date
jow
2f9a65fa97 [packages] normalize PKG_FIXUP - the "libtool" fixup is merely an alias for "autoreconf", so change all occurences to that
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-11 21:18:33 +00:00
nico
5d5098542d packages: remove dependency on obsolete LINUX_2_4 symbol
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-11 18:07:06 +00:00
jow
e8244c2fd9 [packages] remove/cleanup another round of fixups
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-10 23:26:49 +00:00
acoul
e49a3d613f libs/libnetfilter-queue: update to version 1.0.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-10 16:19:24 +00:00
jow
12705ce6ab [packages] libnetfilter-queue: remove private libtool copy
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-09 17:09:52 +00:00
jow
0b8093e64b [packages] replace @LINUX_2_6 with @!LINUX_2_4, fixes fallout after r23246
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-05 23:56:19 +00:00
nico
4aa10e4f67 [packages] libnetfilter-{log,queue}: don't include kernel.mk anymore, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 00:38:56 +00:00
nico
e6d576910b [packages] add http download for files from http://www.netfilter.org/
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-08 19:37:20 +00:00
florian
5614132c51 [package] update libnetfilter-queue to 0.0.17 (#5383)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-19 16:06:46 +00:00
nico
f907dabbe7 [packages] massive change: replace occurences of -I$(STAGING_DIR)/{include,usr/include} and -L$(STAGING_DIR)/{lib,usr/lib} with $(TARGET_CPPFLAGS) and $(TARGET_LDFLAGS) respectively
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 12:56:17 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
nico
0f9b25a750 [packages] libnetfilter-queue: update to v0.0.16, add dependency on kmod-nfnetlink-queue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-31 16:31:39 +00:00
nico
07491d244f fix libnetfilter-queue: libtool linking libnetfilter-libipq with the host libc, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-11 04:37:43 +00:00
lars
1d69650934 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep
symlinks either use $(CP) or create them manually.
Fixes #4399


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-04 00:06:33 +00:00
florian
2ed28b727f Fix libnetfilter-queue compilation under arm and cleanup makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 15:06:22 +00:00
nbd
5fa1484ce3 fix libnetfilter_queue installation (fixes nufw)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-27 21:11:01 +00:00
lars
c59d7cb8f5 Add libtool fixup to libnetfilter-queue.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-12 21:36:06 +00:00
lars
97afded59a Cleanup libnetfilter-queue Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-12 21:33:06 +00:00
nbd
b0190e566b enable $(FPIC) for a few more packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 22:43:15 +00:00
florian
f3d916aad1 Cleanup makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 15:00:34 +00:00
florian
c941224ed4 Add libnetfilter-queue (#2870)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-05 15:40:44 +00:00