mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
pptp: compile with the openwrt cflags instead of -O0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8af7dd959a
commit
3d253cd67e
@ -34,6 +34,8 @@ define Package/pptp/conffiles
|
||||
/etc/ppp/options.pptp
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += OPTIMIZE="$(TARGET_CFLAGS)"
|
||||
|
||||
define Package/pptp/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pptp $(1)/usr/sbin/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user