[package] argp-standalone: should be compile with fpic
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27505 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
73f3062a00
commit
c08ac9fb7e
@ -21,11 +21,9 @@ define Package/argp-standalone/description
|
|||||||
GNU libc hierarchial argument parsing library broken out from glibc.
|
GNU libc hierarchial argument parsing library broken out from glibc.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
#MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
# OPTIM="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS) $(FPIC)"
|
||||||
# CFLAGS="$(TARGET_CFLAGS)" \
|
|
||||||
# DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
# all install
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user