Selaa lähdekoodia

libuuid needs to be compiled with fPIC/pic.

SVN-Revision: 18542
Florian Fainelli 16 vuotta sitten
vanhempi
sitoutus
4ac3fb8e45
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      package/e2fsprogs/Makefile

+ 2 - 0
package/e2fsprogs/Makefile

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