projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2389f5a
)
bzip2: compile with $(FPIC), as perl references libbz2.a (thx, azaghal)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Sep 2009 20:14:03 +0000
(20:14 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Sep 2009 20:14:03 +0000
(20:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17617
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/bzip2/Makefile
patch
|
blob
|
history
diff --git
a/utils/bzip2/Makefile
b/utils/bzip2/Makefile
index
d293831
..
d46c95c
100644
(file)
--- a/
utils/bzip2/Makefile
+++ b/
utils/bzip2/Makefile
@@
-30,6
+30,7
@@
define Package/bzip2/description
data compressor.
endef
+TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += --prefix=/usr
MAKE_FLAGS += \