1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 09:45:21 +02:00

[package] libuuid needs to be compiled with fPIC/pic.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18542 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-11-26 16:05:20 +00:00
parent cf95df7f3d
commit 69cbd19bb4

View File

@ -107,6 +107,8 @@ $(call Package/e2fsprogs)
DEPENDS:=libuuid libblkid DEPENDS:=libuuid libblkid
endef endef
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \